Skip to main content
GET
/
partner
Get Org
curl --request GET \
  --url https://api.example.com/partner \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "code": "<string>",
  "id": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "status": "active",
  "timezone": "UTC",
  "created_by": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

org_id
integer
required

Response

Successful Response

name
string
required
code
string
required
id
integer
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
status
string
default:active
timezone
string
default:UTC
created_by
integer | null