Download OpenAPI specification:Download
Obtain client access tokens for API authorization when needed (see Authentication). Click Try it from the API explorer below to generate access tokens directly from the docs. You can then use these tokens to run API requests in this API reference.
Retrieve an access token to authorize your API request. By default, the access token is valid for 1 hour, you don't need to regenerate it every time before calling Mosaic APIs.
NOTE: The request type and examples depend on the service you choose
Access token successfully retrieved
client_id=YOUR_CLIENT_ID&client_secret=YOUR_CLIENT_SECRET&grant_type=client_credentials&resource=https%3A%2F%2Fverify.identity.security
{- "access_token": "string",
- "token_type": "Bearer",
- "expires_in": 3600,
- "scope": "string"
}