v1

latestOpenAPI 3.0.0Commercial2026-07-2470265161.8 KB
ControlService

ClientCredentialsToken sends a request to Auth0 using OAuth Client Credentials flow.

This enables organizations to access the Control API for Machine to Machine authentication.

post/v1.1/oauth/token

Request body

audiencestring

Audience should always be "https://control.metarouter.io" at this time

clientIdstring
clientSecretstring
grantTypestring

Grant Type will always be client_credentials

Response

OK

accessTokenstring
expiresIninteger
scopestring
tokenTypestring