cURL
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>" }
The access token received from the authorization server in the OAuth 2.0 flow.
The organization ID of the user's organization
OK
255
Was this page helpful?