The maximum number of items to be returned in the response.
startingPointis 1-based integer, default 1.numberOfResultsis an integer, default 25, maximum 500.
Example:limit(1,10)
Get all the users that are associated with the customer in the Bearer token.
The maximum number of items to be returned in the response.
startingPoint is 1-based integer, default 1.numberOfResults is an integer, default 25, maximum 500.Example:limit(1,10)
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.
A paginated collection of users.
The URL used to query the current collection of the resource.
Example:https://membership-api.centraldispatch.com/users/mine?limit(5,1)
A user record.
The maximum number of items to be returned in the response.
Example:1
The URL to the next page of the collection, if available.
Example:https://membership-api.centraldispatch.com/users/mine?limit(6,1)
The URL to the previous page of the collection, if available.
Example:https://membership-api.centraldispatch.com/users/mine?limit(4,1)
The URL to the first page of the collection.
Example:https://membership-api.centraldispatch.com/users/mine?limit(1,1)
The total count of resources in the collection.
Example:23
Requests ranked carrier recommendations for a listing and persists the match, returning up to 10 carriers enriched with ratings, tenure, contact information, preferred-network status, and advisory warnings.
Location header that contains the fully qualified URL of the newly created resource. The final segment of the URL will be the ID of the resource.201 with an empty carriers collection — the match is persisted and has an ID.The ID of the listing.
Example:42220470
Marks the source of the carrier match request. The only supported value is API; the header may also be omitted.
Example:API
Opts into a degraded response when carrier rating data is temporarily unavailable. When true, overallRating and recentRating are omitted from the response and a Warning header is returned instead of a 503.
Example:true
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
Created. Successful request.
The created carrier match, with carriers ranked and enriched.
Canonical self URL for the created carrier match.
Example:https://membership-api.centraldispatch.com/carrier-matches/id/c1a7e9d0-4b3f-4a1e-9c6d-8f2b5a7e0c14
A carrier matched for a listing, enriched with rating, tenure, contact, and network information.
Record/reference view of a persisted carrier match — self href, listing reference href, creation time, and a collection of carrier reference hrefs. Carrier data is not re-enriched.
404.The ID of the carrier match.
Example:c1a7e9d0-4b3f-4a1e-9c6d-8f2b5a7e0c14
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.
Record/reference view of a persisted carrier match.
Canonical self URL for this carrier match.
Example:https://membership-api.centraldispatch.com/carrier-matches/id/c1a7e9d0-4b3f-4a1e-9c6d-8f2b5a7e0c14
Reference href to the listing this match was created for.
Example:https://membership-api.centraldispatch.com/listings/id/42220470
The creation date and time of the item, in UTC/ISO 8601 format.
Example:2024-10-15T00:00:00Z
Collection of reference hrefs to the matched carriers’ customer resources. No enrichment fields.
Example:["https://membership-api.centraldispatch.com/customers/id/0ca91a43-fbee-4c05-9a6c-aa5c63888f5c"]
Details of a customer’s address.
The street address.
Example:345 W Elm St.
Additional street address line.
Example:2nd Floor
The city.
Example:Anaheim
The state.
Example:CA
The ZIP code. Must be a valid United States ZIP code or Canadian postal code.
Example:92802
The type of address (e.g., PRIMARY, LOCAL, BILLING).
Example:PRIMARY