cURL
curl --request GET \ --url https://api.example.com/api/v1/partner/exchanges/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 1, "name": "Main Office", "address": "123 Currency St", "city": "Kyiv", "isActive": true, "schedule": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Returns full public data for a specific exchange office by its numeric ID.
Partner API key. Format: sk_branch_<32chars>, sk_personal_<32chars>, or pk_<32chars> (public, read-only)
sk_branch_<32chars>
sk_personal_<32chars>
pk_<32chars>
Exchange office ID
Exchange office details
1
"Main Office"
"123 Currency St"
"Kyiv"
true
Operating hours by day of week