Get organization details
Retrieves detailed information about a specific organization including metadata, configuration, and administrative details. The response includes the current user’s permission level (admin, modeler, or member) within the organization.
Authorization: Requires read access to the specified organization.
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.
Path Parameters
The unique identifier of the organization to retrieve Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Response
Organization details retrieved successfully with user permission level
Represents an organization entity that serves as the top-level container for all resources
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
The current authenticated user's permission level within this organization
admin, modeler, member