Retrieve customer
documentedGet a specific customer by ID.
GET /customers/{customer_id}Customersno implementation yet0 runsNo 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/customers/{{$customer_id}}" \
-X GET \
-H "Authorization: Bearer {{REVOLUT_API_KEY}}" \
-H "Accept: application/json" \
-H "Revolut-Api-Version: 2025-12-04" \
# Sources: https://developer.revolut.com/docs/merchant/retrieve-customer; Sandbox base: https://sandbox-merchant.revolut.com; API versioning header参考: https://developer.revolut.com/docs/merchant/2025-12-04/merchant-api