The ID of the subscription.
Example:50b2863f-c75e-45cb-8d50-b5a975d67865
Get a subscription by ID.
ETag
header, which should be used for the If-Match
header in subsequent updates.The ID of the subscription.
Example:50b2863f-c75e-45cb-8d50-b5a975d67865
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Accept header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
OK. Successful request.
Details of a subscription.
The fully qualified URL of the subscription.
Example:https://event-api.centraldispatch.com/subscriptions/id/50b2863f-c75e-45cb-8d50-b5a975d67865
The ID of the subscription.
Example:50b2863f-c75e-45cb-8d50-b5a975d67865
A valid URL that you own, which will be used to receive event notifications from the Central Dispatch Event service.
Example:https://abc-trcking.net/webhook
Indicates whether the subscription is currently active.
Example:true
Details of subscription rules.
Update a subscription.
If-Match
header is required and its value can be found in the ETag
response header of the resourceโs GET by ID endpoint.The ID of the subscription.
Example:50b2863f-c75e-45cb-8d50-b5a975d67865
This is a required field to ensure the update is being completed on an item that has not changed since it was last read. The value of this field will be the value of the ETag
header that was received on the preceding get call.
Example:8675309
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Content-Type header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
UpdateSubscriptionRequest
Details of update subscription request.
A valid URL that you own, which will be used to receive event notifications from the Central Dispatch Event service.
Example:https://abc-trcking.net/webhook
Details of subscription rules.
Indicates whether the subscription is currently active.
Default:false
Example:true
No Content. Successful request.
Renew your subscription API key.
Api-Key
will be returned in the response headers.If-Match
header is required and its value can be found in the ETag
response header of the resourceโs GET by ID endpoint.The ID of the subscription.
Example:50b2863f-c75e-45cb-8d50-b5a975d67865
This is a required field to ensure the update is being completed on an item that has not changed since it was last read. The value of this field will be the value of the ETag
header that was received on the preceding get call.
Example:8675309
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Content-Type header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
No Content. Successful request.
Get all subscriptions associated with the authenticated customer.
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Accept header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
OK. Successful request.
Details of subscriptions.
The URL used to query the current collection of the resource.
Example:https://event-api.centraldispatch.com/subscriptions/mine
The total count of resources in the collection.
Example:23
Details of a subscription.
No response.