Organizations
Get an organization
Get a specific organization by its ID.
<Note>This endpoint is in beta, read more here.</Note>
get/v2/organizations/{org_id}
Path parameters
org_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique organization identifier (base64)
Response
An organization object
Example response
{
"id": "RW50aXR5OjEyMzQ1"
}