Company
Retrieve a company
Returns a single company by id, including its members, related people, custom columns and collector account. The company must be one the authenticated user belongs to (Cardda staff can read any).
The balance_cents and wallets attributes (and the computed balance / total_allocated_funds) are returned only to users with the balance permission; other members receive the company without them. User attachment URLs are included only for users allowed to view them (admins or companies_manage).
get/v1/companies/{id}
Path parameters
idstring required
The id of the resource. This is a UUID for most resources, but for user endpoints it is the user's Firebase UID (an opaque string), so no uuid format is asserted here.
Parameters
#/paths/~1v1~1users/get/parameters/0 — unresolved $ref
Response
The requested company.
Example response
{
"type": "Company",
"identifier": "770000001",
"name": "Mi Empresa SpA",
"fantasy_name": "Mi Empresa",
"country": "CL",
"preferred_currency": "clp",
"verification_status": "approved"
}