On This Page
Manage Webhook Subscriptions
This section contains information on creating, retrieving, and updating webhook
subscriptions. You can create, retrieve, update, or delete notification subscriptions
for various events by submitting an HTTP POST, GET, PATCH, or DELETE request to the
notification-subscriptions/v1/webhooks
endpoint. Use the webhooks
REST API to: When you send an API request to create a webhooks subscription, you must include the
product and its associated events to which you are subscribing.
You can create webhooks subscriptions for these
Token Management Service
network token
events:Product ID | Event Types | Description |
---|---|---|
tokenManagement | tms.networktoken.binding | Notifies you of binding updates when a network token is linked to
a device. |
tms.networktoken.provisioned | Notifies you when a network token provision for an instrument
identifier token is successful. | |
tms.networktoken.updated | Notifies you of a network token's change in expiration date or
status (suspend, resume, or deactivate). |
Example: Product and Network Token Events in a Webhook Subscription
"productId": "tokenManagement", "eventTypes": [ "tms.networktoken.binding", "tms.networktoken.provisioned", "tms.networktoken.updated" ]