emnify · Arazzo Workflow

emnify Organization Volume Report

Version 1.0.0

Authenticate, read organization details, then read active inclusive volumes and daily stats.

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

Provider

emnify

Workflows

organization-volume-report
Report a workspace's active inclusive volumes and daily usage.
Authenticates, reads the organization, lists its active inclusive volumes, and pulls daily usage and cost statistics.
4 steps inputs: applicationToken, orgIdOrMy outputs: activeVolumes, dailyStats
1
authenticate
Exchange the application token for an auth_token used as a Bearer token.
2
getOrganization
Read the current organization's own details.
3
getActiveVolumes
List the inclusive volumes currently active in the billing period.
4
getDailyStats
Pull organization-wide daily usage and cost statistics for the month.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: emnify Organization Volume Report
  summary: Authenticate, read organization details, then read active inclusive volumes and daily stats.
  description: >-
    A billing-overview flow for the current workspace. The workflow
    authenticates, reads the organization's own details, retrieves the
    inclusive volumes currently active in the billing period, and pulls
    organization-wide daily usage and cost statistics for the month to date.
    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: subpackageOrganizationApi
  url: ../openapi/emnify-subpackage-organization-api-openapi.yml
  type: openapi
workflows:
- workflowId: organization-volume-report
  summary: Report a workspace's active inclusive volumes and daily usage.
  description: >-
    Authenticates, reads the organization, lists its active inclusive volumes,
    and pulls daily usage and cost statistics.
  inputs:
    type: object
    required:
    - applicationToken
    properties:
      applicationToken:
        type: string
        description: emnify application token used to obtain an auth_token.
      orgIdOrMy:
        type: string
        description: Organization ID or the string "my" for the current workspace.
        default: my
  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: getOrganization
    description: Read the current organization's own details.
    operationId: my-organisation-get
    parameters:
    - name: Authorization
      in: header
      value: Bearer $steps.authenticate.outputs.authToken
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      organisation: $response.body
  - stepId: getActiveVolumes
    description: List the inclusive volumes currently active in the billing period.
    operationId: get-active-organisation-inclusive-volume
    parameters:
    - name: org_id_or_my
      in: path
      value: $inputs.orgIdOrMy
    - name: Authorization
      in: header
      value: Bearer $steps.authenticate.outputs.authToken
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      activeVolumes: $response.body
  - stepId: getDailyStats
    description: Pull organization-wide daily usage and cost statistics for the month.
    operationId: statistics-daily-by-id-get
    parameters:
    - name: Authorization
      in: header
      value: Bearer $steps.authenticate.outputs.authToken
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dailyStats: $response.body
  outputs:
    activeVolumes: $steps.getActiveVolumes.outputs.activeVolumes
    dailyStats: $steps.getDailyStats.outputs.dailyStats

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-organization-volume-report-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.