Skip to main content
GET
Get subsidiary
Returns a single subsidiary of your own company by id. Use List subsidiaries when you do not already have the id.
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.
A subsidiary outside your credential’s subsidiary scope answers 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 OK

Status Codes

Rate Limits

All endpoints are subject to rate limits to protect the API from traffic spikes. See Rate Limits.

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"

Query Parameters

includeDeleted
boolean
default:false

Response

OK

Id
string
required
Name
string
required
Type
string
required
McNumber
string | null
DotNumber
string | null
DefaultEquipmentType
string | null
RemitAddress
object | null