Not for data calls
Akoya service tokens are used for Akoya services such as Management or Notifications APIs and are not intended to use with Akoya products for retrieving data. For those, please reference the Akoya Token API documentation.
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.