Users API
Get transaction limits for the specific user
GET
/
api
/
users
/
{id}
/
limits
Authorizations
x-api-key
string
headerrequiredPath Parameters
id
string
requiredId of the user from whom you wish to obtain the assigned limits.
Response
200 - application/json
limit
number
The maximum limit for the transaction.
used
number
The amount of the limit that has been used.