Create notification subscription

Creates a notification subscription.

πŸ“˜

Note

This endpoint is supported in sandbox (https://sandbox-api.akoya.com) and production (https://api.akoya.com)

πŸ›‘

The service token should be used as the bearer token with this call.

When you trigger a test in our sandbox environment, you will see a sample of a webhook containing example values. The id in the POST request will be a subscription id for a valid sandbox subscription:

curl --location "https://sandbox-api.qa.akoya.com/notifications/v1/test" \
--header "Content-Type: application/json" \
--header "Authorization: β€’β€’β€’β€’β€’β€’" \
--data `{
    "id": "51d61cf5-b48b-4bfc-b2c7-f7a637bcd99c"
}`
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!