Allows a user to retrieve information for all organisations associated with their API key.

Response Attributes

AttributeDescription
summary
pagination
total_entriestotal number of organisations
total_pages
current_pages
per_page
previous_page
next_page
organisationsarray of organisation objects
curl --request GET \
 --url 'https://api.reevoocloud.com/v4/organisations' \
 --header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='
Language
Authentication
Basic
base64
:
Click Try It! to start a request and see the response here!