Retrieve location list
Retrieve a list of locations registered for the merchant.
Request
Response
OK
Was this page helpful?
Retrieve a list of locations registered for the merchant.
OK
curl -L -X GET 'https://merchant.revolut.com/api/locations' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <yourSecretApiKey>'
[
{
"id": "8d9a7125-805f-40f3-a405-bc89765db996",
"name": "Grocery website",
"type": "online",
"details": {
"domain": "groceries.example.com"
}
},
{
"id": "066223df-d5a8-42f0-b3ce-688c7a76f9a8",
"name": "Cars website",
"type": "online",
"details": {
"domain": "cars.example.com"
}
}
]