post https://sandbox-sts.ddp.akoya.com/oauth2/token
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
alps
for Apps Management andnotifications_subscriptions advisory
for Notifications.