curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/organisations/{organisationId} \
--header 'x-api-token: <api-key>'{
"id": "<string>",
"name": "<string>",
"language": "<string>",
"timezone": "<string>",
"location": "DE",
"createdBy": "<string>",
"updatedBy": "<string>"
}Retrieve an organisation by its ID.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/organisations/{organisationId} \
--header 'x-api-token: <api-key>'{
"id": "<string>",
"name": "<string>",
"language": "<string>",
"timezone": "<string>",
"location": "DE",
"createdBy": "<string>",
"updatedBy": "<string>"
}Successful response
The id of the organisation
The name of the organisation
The language of the organisation e.g. en, de, fr, etc.
The timezone of the organisation (IANA format)
The location of data for the organisation
DE, US The user who created this organisation
The user who last updated this organisation
Was this page helpful?