Get a Specific Organization
GET/api/v1/organizations/:id
Retrieves detailed information about a specific organization. Requires appropriate permissions to access the organization.
Request
Responses
- 200
- 401
- 403
- 404
Organization details retrieved
Unauthorized - Invalid API Token
Forbidden - Access Denied
Not Found - The requested resource could not be found.