post https://sandbox-api.akoya.com/notifications//subscriptions
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"
}`