cURL
curl --request GET \ --url https://api.example.com/api/v1/partner/exchanges \ --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 all exchange offices accessible by the API key, including their schedules and public metadata.
Partner API key. Format: sk_branch_<32chars>, sk_personal_<32chars>, or pk_<32chars> (public, read-only)
sk_branch_<32chars>
sk_personal_<32chars>
pk_<32chars>
List of exchange offices
1
"Main Office"
"123 Currency St"
"Kyiv"
true
Operating hours by day of week