ConsumeRequestDto
clientReqIdstring
Idempotency key. Re-posting with the same key against the same (subscription, metric) returns the original result without double-charging.
Possible values: <= 120 characters
deltanumberrequired
Amount to charge against the quota.
Possible values: >= 1
Default value:
1metadataobject
Free-form metadata stored on the ledger entry (e.g. session_id, kb_id).
ConsumeRequestDto
{
"clientReqId": "string",
"delta": 1,
"metadata": {}
}