Set limit for the user
POST {{baseUrl}}/v2/users/:id/limit
This endpoint sets the monthly limit for a user.
The limit amount must be non-negative.
To unset the monthly limit of the user, just set monthly_limit
to null.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Idempotency-Key
|
string | ||
Content-Type
|
string |
RESPONSES
status OK
{
"monthly_limit": {
"amount": -97235336,
"currency": "do amet"
}
} |
ENDPOINTS