Get limit for the user
GET {{baseUrl}}/v2/users/:id/limit
This endpoint gets the monthly limit for the user including the monthly available limit.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"monthly_limit": {
"amount": -97235336,
"currency": "do amet"
}
} |
ENDPOINTS