GET /usage/organizations
Returns a list of organizations the token has access to. Requires the usage scope. The usage:organization scope returns just the organization, usage:spaces returns all spaces under the admin organization, and usage:license returns all organizations under that license key. If you self-host Retool, you must set the USAGE_API_TOKEN environment variable to use this endpoint. Follow our guide on enabling usage analytics for self-hosted Retool.
Servers
- https://api.retool.com/api/v2
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.