latestOpenAPI 3.0.12026-08-11284749.9 KB
58e231ca118e
Users
Get limit for the user
This endpoint gets the monthly limit for the user including the monthly available limit.
get/v2/users/{id}/limit
Path parameters
idstring required
Response
getUserLimit 200 response
Example response
{
"monthly_limit": {
"amount": 700,
"currency": "USD"
},
"monthly_available": {
"amount": 700,
"currency": "USD"
}
}