Webhook/Subscription Management API
Manage the notifications of events that occur during the lifecycle of a contract.
There are many different events that occur during the lifecycle of a contract. ARC has been designed to be integrated into external applications, generally trading desks and other financial services applications. The subscription management API allows you to request to be notified via an API call when any of these various events occur.
Note: if you would like to subscribe to different endpoints for different event types, you can create multiple subscriptions.
Create a Subscription
You can request to subscribe to any of the above events. After subscribing, any time you are a counterparty to a contract, and you meet the criteria, the web endpoint you specify in the subscription will receive a POST request with the associated data.
Request format
Response format
Get All Subscriptions
You can see all of the events your currently subscribed to.
Request format
Response format
Cancel a Subscription
At any time, you can cancel subscriptions.
Request format
Response format
Last updated