Merchant API
Retrieve location list
api
get
/api/locations

Retrieve location list

Retrieve a list of locations registered for the merchant.

Request

Header Parameters
Header Parameters

Response

OK

Response body
Body array of objects
Was this page helpful?
GET
/api . /locations . 
Parameters
curl -L -X GET 'https://merchant.revolut.com/api/locations' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <yourSecretApiKey>'
Response body samples
[
{
"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"
}
}
]