Organizations

Retrieve an organization

Retrieve an organization by ID.

get/v1beta/organizations/{organization_id}

Path parameters

organization_idstring required

Organization ID. Pattern: org_[0-9a-hjkmnp-tv-z]{26}

Organization ID. Pattern: org_[0-9a-hjkmnp-tv-z]{26}

Response

Success

Example response

{
  "organization": {
    "id": "org_01h2xcejqtf2nbrexx3vqjhp41",
    "name": "Acme Corporation"
  }
}

Changes

Changed in 1 of the 50 revisions of this API.1

    • added the optional property organization/logo_image_url to the response with the 200 status

      response-optional-property-added