Get the organization profile
GET/v1/org
Returns the calling organization's profile. The organization is taken from the access token; there is no organization path parameter. Requires the org:read scope.
Responses
- 200
- 401
- 403
- 404
The organization profile.
Missing or invalid access token.
The token does not carry the org:read scope.
The organization no longer exists.