The
alps
scope is deprecatedThe previous scope value of
alps
for Apps Management API is being deprecated with version 1.app_management_v2
should be used going forward. See the v2 migration guide for more information.
Requirements
To create a service token, you'll need a client id and secret. You can access these by logging into the Data Recipient Hub
Use the service token endpoint to generate an access token which will last for 24 hours.
The header must contain Basic Auth (your clientId
and secret
base64 encoded), and the body of the request requires the scope specifying the service. After the token expires, use this endpoint to generate a new one.
The scope for the Apps Management and Notifications APIs are different
Use
app_management_v2
for Apps Management andnotifications_subscriptions advisory
for Notifications.