Subsidiaries
Get subsidiary
Retrieve a single subsidiary of your own company by id, returning its name, type, MC and DOT numbers, default equipment type, and remit address.
GET
Get subsidiary
Returns a single subsidiary of your own company by id. Use List subsidiaries when you do not already have the id.
A subsidiary outside your credential’s subsidiary scope answers
This endpoint requires the
subsidiary:read scope. It is not part of any other scope, and credentials issued before it existed do not carry it — grant it to the client before your first call. See Authentication.404, identically to one that does not exist. This is deliberate: a scoped credential cannot use this endpoint to discover which subsidiaries exist that it may not read.
Endpoint
Request Parameters
Example CURL request
Response Fields
Example Response
200 OKStatus Codes
Rate Limits
All endpoints are subject to rate limits to protect the API from traffic spikes. See Rate Limits.Authorizations
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
API version (e.g., 1.0)
Example:
"1.0"