Return a single organization by ID (supports prefixed IDs like org_123). This endpoint does not require location parameters.
Token-based authentication with required prefix "Token"
Organization ID. Supports 'org_' prefixed ID (e.g., org_123) or raw integer ID.
Success. Returns a single organization by ID.
Serializer for single organization retrieve response with optional context.
The response mirrors the list endpoint's result items but moves them to the
root level and optionally includes a top-level context
.