Skip to main content
POST
/
v1
/
manage
/
apikey
/
{id}
/
limit
Update API key monthly limit
curl --request POST \
  --url https://api-v2.requesty.ai/v1/manage/apikey/{id}/limit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "monthly_limit": 123
}'
Update the monthly spending limit for an API key.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

Body

application/json
monthly_limit
number
required

Response

204

Monthly limit updated successfully