Skip to main content
PUT
/
api
/
v1
/
user-configs
/
customer
/
metering-limit
Authenticated user update metering limit for any user
curl --request PUT \
  --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/user-configs/customer/metering-limit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "meteringLimit": 100
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
meteringLimit
number
required
Example:

100

Response

Updated Metering Limit

The response is of type object.