get https://api.reevoocloud.com/v4/organisations/
Allows a user to retrieve information for a specific organisation. Users are only allowed to retrieve information for organisations assigned to their API key.
Response Attributes
Attribute | Description |
---|---|
trkref | identifier for the organisation |
locale | default locale for the organisation |
name | |
reviewables_path | path to renewables |
curl --request GET \
--url 'https://api.reevoocloud.com/v4/organisations/D10' \
--header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='