Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of items to return (default: 50)
Number of items to skip (default: 0)
Filter by created_at <= value (ISO date or timestamp)
Filter by created_at >= value (ISO date or timestamp)
Filter by created_at < value (ISO date or timestamp)
Filter by created_at > value (ISO date or timestamp)
Filter by created_at = value (ISO date or timestamp)
Response
Successfully retrieved organization list
Container for a list of organization summaries
Summarized information of all the organizations the caller has access to.
Call /organizations/{organization_id} to get the OrgInfo object with full information.
Returns: Array of accessible organizations