Path Parameters
The organization identifier. Can be either:
- Organization UUID (e.g.,
9f256f86-d3c4-4a6e-b89a-1e9a23c5d78e) - Organization name/slug (e.g.,
acme-corp)
Response
The organization object.
Unique identifier for the organization (UUID format).
Unique name/slug for the organization.
Human-readable display name for the organization.
URL to the organization’s avatar image.
Current state of the organization. Either
enabled or disabled.Custom metadata associated with the organization.
Timestamp when the organization was created (RFC3339 format).
Timestamp when the organization was last updated (RFC3339 format).
Response Example
Error Responses
Error code indicating the type of error.
Human-readable error message.
Common Errors
- 400 Invalid Argument: Invalid UUID format provided
- 401 Unauthorized: Invalid or missing authentication token
- 404 Not Found: Organization doesn’t exist or user doesn’t have access
- 500 Internal Server Error: Server encountered an unexpected error
Notes
- You can use either the organization UUID or name as the identifier
- Using the name is more convenient but UUIDs are more stable
- The API automatically validates UUID format and returns a 400 error for invalid UUIDs
- Disabled organizations can still be retrieved but may have limited functionality
- Access is subject to authorization - users can only view organizations they’re members of or have permission to access