cURL
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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response