List authorisation controls
Returns a list of authorisation controls for a given card.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.equalsmoney.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The ID of the card to work with.
Maximum string length:
36Example:
"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
Query Parameters
The ID of the account to work with.
Example:
"F50091"
The ID of the person to work with.
Maximum string length:
36Example:
"775596ae-2624-40af-a9dc-9756110a4a04"
Required range:
1 <= x <= 100Example:
5
The number of items to skip before returning results.
Example:
100
Response
200 - application/json
OK
The total amount of records matching the querying when "limit" is ignored.
Example:
67
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
The term to search the records for.
Maximum string length:
100Example:
"Cesar+Treutel"
cURL