The Central Dispatch user ID.
Example:d71b5750-e89b-12d3-a456-426614174000
Get a user by ID.
The Central Dispatch user ID.
Example:d71b5750-e89b-12d3-a456-426614174000
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 user record.
The fully qualified URL of the user record.
Example:https://membership-api.centraldispatch.com/users/id/d71b5750-e89b-12d3-a456-426614174000
The ID of the user.
Example:d71b5750-e89b-12d3-a456-426614174000
The preferred first name of the user.
Example:Mickey
The legal last name of the user.
Example:Smith
The legal first name of the user.
Example:Michael
The email address of the user.
Example:mickey@snoogle.com
The username of the user.
Example:msmith
Indicates if the user is active.
Example:true
The creation date of the user (UTC/ISO 8601).
Example:2024-10-31T00:00:00Z
The last updated date of the user (UTC/ISO 8601).
Example:2024-10-15T00:00:00Z
The phone number of the user.
Example:949-555-1323
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.