Skip to main content
GET
/
api
/
partners
/
v2.0
/
org
/
{org_id}
Retrieve Organization
curl --request GET \
  --url https://api.example.com/api/partners/v2.0/org/{org_id} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "description": "<string>",
  "contact": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required

The organization ID of the user's organization

Response

200 - application/json

OK

name
string
required
Maximum string length: 255
id
string<uuid> | null
description
string | null
contact
string | null
Maximum string length: 255