List all organizations
Retrieves a comprehensive list of all organizations accessible to the authenticated user. This endpoint returns organization metadata including names, display names, and timestamps.
Authorization: Requires appropriate permissions to view organizations. Rate Limiting: Standard rate limits apply.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
List of organizations retrieved successfully
The unique identifier for the organization, used in API paths and resource references
^[a-zA-Z0-9_-]+$Human-readable name for the organization, displayed in user interfaces
ISO 8601 timestamp indicating when the organization was created
ISO 8601 timestamp indicating when the organization was last modified