v1
latestOpenAPI 3.0.12026-07-2428103163.2 KBOrganisations
Get Organisation
Retrieve the full details for a single organisation. The response will include all organisation details and all users.
get/organisations/{organisationId}
Path parameters
organisationIdstring uuid required
The unique Crezco ID for an organisation
Headers
Crezco-Versionstring
The requested API version
Response
OK
Example response
{
"organisationId": "BC77508B-E3C8-4A03-8D96-3045B0DBD499",
"partnerClientId": "Your-Unique-ID",
"companiesHouseNumber": "11752182",
"companyName": "Crezco LIMITED",
"users": [
{
"email": "firstname.lastname@example.org",
"firstName": "Kah Hoo",
"lastName": "Ly",
"role": "Admin"
}
]
}