Important
The content on this page is provided for information purposes only. Usage of this API requires a current license from Adobe. No unauthorized use is permitted.
Download OpenAPI specification:Download
It secures client communications between a programmer application or server and the Adobe Pass services.
Get client credentials for a software statement and get scopes information
The software statement created in TVE Dashboard and the URI that the application uses for completing the authentication flow can optionally be present.
Created
Bad request
{- "software_statement": "string",
- "redirect_uri": "string"
}
{- "grant_types": [
- "string"
], - "client_id_issued_at": 0,
- "client_secret": "string",
- "redirect_uris": [
- "string"
], - "scopes": [
- "string"
], - "client_id": "string"
}
Get access token for a pair of client credentials
Created
Bad request
{- "access_token": "string",
- "refresh_token": "string",
- "created_at": 0,
- "id": "string",
- "token_type": "string",
- "expires_in": 0
}