POST
/
report
/
usage
/
curl --request POST \
  --url https://api.paritydeals.com/api/v1/report/usage/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "value": 150,
  "customerId": "customer_001",
  "featureId": "seats",
  "behaviour": "SET"
}'
{
  "value": 150,
  "customerId": "customer_001",
  "featureId": "seats",
  "behaviour": "SET",
  "orgId": "1",
  "eventName": "aggregated.usage",
  "idempotencyKey": "597ee95063c744ed9bcc9b1cf5676a8a",
  "timestamp": "2025-05-22 08:27:45.430732"
}

Authorizations

Authorization
string
header
required

The Server API Key obtained from the ParityDeals application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'

Body

application/json

Response

200 - application/json

Usage reported successfully.

The response is of type object.