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

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.