emnify · Arazzo Workflow

emnify Blacklist Operator for Endpoint

Version 1.0.0

Authenticate, list available operators, then add one to an endpoint's blacklist.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub IoTInternet of ThingsCellular ConnectivityIoT SIMeSIMConsumer eSIMSGP.32M2MNTN-IoTSatelliteSuperNetworkArazzoWorkflows

Provider

emnify

Workflows

blacklist-operator-for-endpoint
Add a network operator to an endpoint's operator blacklist.
Authenticates, lists operators, and blacklists the supplied operator for the given endpoint.
3 steps inputs: applicationToken, endpointId, operatorId outputs: blacklistedOperatorId
1
authenticate
Exchange the application token for an auth_token used as a Bearer token.
2
listOperators
List the available operators so the chosen operator ID can be confirmed.
3
blacklistOperator
Add the supplied operator to the endpoint's blacklist.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: emnify Blacklist Operator for Endpoint
  summary: Authenticate, list available operators, then add one to an endpoint's blacklist.
  description: >-
    A network-steering flow. The workflow authenticates, lists the available
    network operators so an operator ID can be resolved, and then adds the
    chosen operator to the endpoint's blacklist so the device will not attach to
    that operator's network. Every step spells out its request inline, including
    the Bearer Authorization header threaded from the authenticate step.
  version: 1.0.0
sourceDescriptions:
- name: subpackageAuthenticationApi
  url: ../openapi/emnify-subpackage-authentication-api-openapi.yml
  type: openapi
- name: subpackageEndpointApi
  url: ../openapi/emnify-subpackage-endpoint-api-openapi.yml
  type: openapi
- name: subpackageOperatorApi
  url: ../openapi/emnify-subpackage-operator-api-openapi.yml
  type: openapi
workflows:
- workflowId: blacklist-operator-for-endpoint
  summary: Add a network operator to an endpoint's operator blacklist.
  description: >-
    Authenticates, lists operators, and blacklists the supplied operator for the
    given endpoint.
  inputs:
    type: object
    required:
    - applicationToken
    - endpointId
    - operatorId
    properties:
      applicationToken:
        type: string
        description: emnify application token used to obtain an auth_token.
      endpointId:
        type: string
        description: The ID of the endpoint to update.
      operatorId:
        type: string
        description: The ID of the operator to blacklist.
  steps:
  - stepId: authenticate
    description: Exchange the application token for an auth_token used as a Bearer token.
    operationId: authenticate
    requestBody:
      contentType: application/json
      payload:
        application_token: $inputs.applicationToken
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      authToken: $response.body#/auth_token
  - stepId: listOperators
    description: List the available operators so the chosen operator ID can be confirmed.
    operationId: operator-get
    parameters:
    - name: Authorization
      in: header
      value: Bearer $steps.authenticate.outputs.authToken
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      operators: $response.body
  - stepId: blacklistOperator
    description: Add the supplied operator to the endpoint's blacklist.
    operationId: endpoint-operator-blacklist-by-ep-id-and-operator-id-put
    parameters:
    - name: endpoint_id
      in: path
      value: $inputs.endpointId
    - name: operator_id
      in: path
      value: $inputs.operatorId
    - name: Authorization
      in: header
      value: Bearer $steps.authenticate.outputs.authToken
    successCriteria:
    - condition: $statusCode == 204
    outputs:
      blacklistedOperatorId: $inputs.operatorId
  outputs:
    blacklistedOperatorId: $steps.blacklistOperator.outputs.blacklistedOperatorId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/emnify-blacklist-operator-for-endpoint-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.