Public Auth0 client id for the integrator app
RFC 8693 signer session token exchange
Exchanges an Auth0 end-user access token (device code / authorization code) or end-user API key (sk_*) for a short-lived signer JWT. The {clientId} path segment is the public Auth0 app client id. Authenticate with the end-user subject_token; optional HTTP Basic with the signer M2M client is supported for server-side callers.
Path Parameters
Body
application/x-www-form-urlencoded
Body
TokenExchangeRequest
Allowed values:urn:ietf:params:oauth:grant-type:token-exchange
Auth0 user access token (JWT) or end-user API key (sk_*)
Allowed values:urn:ietf:params:oauth:token-type:access_token
Allowed values:urn:ietf:params:oauth:token-type:access_token
Must match configured signer audience when provided
Must match configured signer audience when provided
Response
application/json
Response
Signer session
SignerSession
Allowed values:Bearer
Whether the customer currently has allowance. Always present.
Allowance balance in USD micros. Always present.
Path Parameters
Body
Query own metered usage for an app
Returns OpenMeter rows for the authenticated actor only. Authenticate with Bearer Auth0 user JWT (via Kong Gateway or Railway) or sk_* API key (Railway direct only). Path clientId must match the credential app. Optional externalUserId must equal the actor when set. Meters and groupBy dimensions are constrained to the provisioned catalog.
Query Parameters
Allowed values:network_fee_usd_microsbillable_usd_microssigned_ticket_countfee_weibillable_secsnetwork_fee_usd_micros_by_manifest
Optional. When set must equal the authenticated actor.
Extra catalog dimensions. client_id and external_user_id are always included server-side.
Path Parameters
Response
Response
Actor-scoped usage rows
Authentication
Path Parameters
Query Parameters
CreateUserRequest
objectDefault:true
CreateUserResponse
objectReturned once when issueApiKey is true
TokenExchangeRequest
objectAllowed values:urn:ietf:params:oauth:grant-type:token-exchange
Auth0 user access token (JWT) or end-user API key (sk_*)
Allowed values:urn:ietf:params:oauth:token-type:access_token
Allowed values:urn:ietf:params:oauth:token-type:access_token
Must match configured signer audience when provided
Must match configured signer audience when provided