v1

latestOpenAPI 3.1.12026-07-24260246894.7 KB
Organizations

Retrieve organization

Endpoint for retrieving a single organization.

get/organization/

Response

created_tsstring date-time required

The timestamp in UTC when the organization was created

idstring required

The unique identifier of the organization.

legacy_idstring required

[Deprecated] The legacy identifier of the organization.

modified_tsstring date-time required

The timestamp in UTC when the organization was last modified

Example response

{
  "financial_settings": {
    "company_identification": [
      {
        "value": "1234567890"
      }
    ]
  }
}