Skip to main content
GET
Get carrier
The Get Carrier by ID endpoint retrieves detailed information for a specific carrier or subsidiary using its unique ID. This is helpful when you need a complete view of a single entity, including address, MC and DOT numbers, insurance information, and current status.

Request Parameters

The following parameter is required in the URL path:

Example CURL Request

Replace {version} with the API version number, {Id} with the actual carrier ID, and YOUR_ACCESS_TOKEN with your actual Bearer token.

Response Parameters

The response contains a list of carriers or subsidiaries matching the search criteria, each represented by the following parameters:

Example Response

Rate Limits

All endpoints are subject to rate limits to protect the API from traffic spikes. For detailed information on rate limits, please refer to the Rate Limits section. This page is interactive, allowing you to try a request by completing the fields for the parameters below. As you fill out the parameters, the CURL command on the right side of the page will be automatically updated. Alternatively, you can fork our Public API Postman Collection directly. Make sure to authorize yourself before trying a request.

Authorizations

Authorization
string
header
required

OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.

Path Parameters

id
string
required
version
string
default:1.0
required

API version (e.g., 1.0)

Example:

"1.0"

Response

OK

Id
string
required
Name
string
required
Type
string
required
Status
string
required
ExternalName
string | null
ExternalAccountReference
string | null
Address
object | null
McNum
string | null
UsDotNum
string | null
ExternalComplianceStatus
string | null
InsuranceInfo
object[] | null
CreatedAt
string<date-time> | null
CreatedBy
string | null
Source
string | null
UpdatedAt
string<date-time> | null
Notes
object[] | null
SalesAgentId
string | null
ExternalIds
object[] | null
PaymentMethod
string | null
FactoringCompany
object | null
PaymentProvider
object | null
Contacts
object[] | null