API SpecificationAccount
Find all accounts
Retrieves all payment accounts of an entity.
Notes
- Currency codes follow
ISO 4217standard - Entity will always be the entity of the user who owns the API key used
- Only accounts matching the state of the API key will be shown
Authorization
bearerAuth AuthorizationBearer <token>
Add your API key here
In: header
Query Parameters
currency?|
Filter by currency
Response Body
application/json
curl -X GET "https://connect.relograde.com/api/1.03/account"[ { "currency": "eur", "state": "sandbox", "totalAmount": 9728.05 }]