Get organization

Return an organization by ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

orgIdstringRequired
Organization to retrieve.

Headers

X-Account-IdstringRequired
Account that owns the organization.

Response

The requested organization.
organizationobject
The organization.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error