The ID of the subscription.
Example:50b2863f-c75e-45cb-8d50-b5a975d67865
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.
Details of an error or issue.
The code used for the issue.
Example:resource.issue_type
A detailed message.
Example:The issue happened because something is wrong.
The property to which the issue is associated.
Example:person
Additional properties related to the issue.
Example:{"firstName":"D0nn@","lastName":"Sm!th"}
An error occurred, and the request could not be completed.
Details of an error or issue.