get https://api.reevoocloud.com/v4/organisations
Allows a user to retrieve information for all organisations associated with their API key.
Response Attributes
Attribute | Description |
---|---|
summary | |
pagination | |
total_entries | total number of organisations |
total_pages | |
current_pages | |
per_page | |
previous_page | |
next_page | |
organisations | array of organisation objects |
curl --request GET \
--url 'https://api.reevoocloud.com/v4/organisations' \
--header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='