Sign in

List locations

documented

Get available merchant locations.

GET /locationsLocationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://merchant.revolut.com/api/locations?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{REVOLUT_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Revolut-Api-Version: {{REVOLUT_API_VERSION}}"
List locations · Revolut · OpenIntegrations