Access to the API requires two elements: a Bearer Token and an API Subscription Key.
To generate a valid Bearer Token, send a request to the dedicated token endpoint provided by the Amplius Development Team.
This endpoint requires a valid client_id and client_secret for authentication.
Token Expiry: Generated tokens are valid for 1 hour (3600 seconds).
Once you have received the token response, include both keys in the headers of all subsequent API requests:
Bearer Token: Include the access_token in the Authorisation header using the Bearer scheme.
Example Header: Authorisation: Bearer <your_access_token>
API Subscription Key: Provide the Apim subscription key in the Ocp-Apim-Subscription-Key header.
Example Header: Ocp-Apim-Subscription-Key: <your_subscription_key>
Powered by Azure API Management © Microsoft 2025