Skip to main content
PUT
Report usage for an entitlement

Headers

x-admin-api-key
string
required

The API key to access the admin API

Body

application/json
subscriptionId
string
required

The ID of the subscription

Example:

"123e4567-e89b-12d3-a456-426614174000"

entitlementCode
string
required

The code of the entitlement

Example:

"storage_quota"

usage
number
default:1

The usage amount to report (defaults to 1 if not provided)

Example:

100

Response

Usage reported successfully