Skip to main content
GET
Get Organizations

Organizations API

Retrieve a list of all organizations associated with your API token. The domain_handle field in the response is used as the Org-Handle header in subsequent API requests.

Response Fields

Organization Object Fields


Common Error Codes

Code Examples

Best Practices

  1. Org-Handle: Use the domain_handle from the response as the Org-Handle header in all subsequent requests
  2. Caching: Cache organization data locally to reduce API calls since organizations change infrequently
  3. Error Handling: Always handle potential errors and edge cases
  4. Security: Keep API tokens secure and rotate them regularly
  5. Multiple Orgs: If you have access to multiple organizations, store all handles and switch between them as needed

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Response

List of organizations