v1
latestOpenAPI 3.1.02026-07-24111224223.3 KBSubsidiaries
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
Example response
{
"currency": "USD",
"timezone": "America/New_York",
"trade_name": "Rillet Inc."
}