v1

latestOpenAPI 3.1.02026-07-24111224223.3 KB
Subsidiaries

Retrieves a subsidiary

Returns one subsidiary by id for the authenticated organization. Call list-all-subsidiaries first if you need to resolve which subsidiary id to use.

get/subsidiaries/{subsidiary_id}

Path parameters

subsidiary_idstring required

UUID of the subsidiary to retrieve (must belong to the organization).

Response

OK

idstring uuid required
currencystring required

Currency code following ISO-4217

timezonestring required
trade_namestring required
type'LEGAL_ENTITY' required

Example response

{
  "currency": "USD",
  "timezone": "America/New_York",
  "trade_name": "Rillet Inc."
}