cURL
curl --request POST \ --url https://api.example.com/api/v1/usage \ --header 'Content-Type: application/json' \ --data ' { "meter_id": "<string>", "customer_id": "<string>", "quantity": 123, "timestamp": "<string>", "idempotency_key": "<string>" } '
Track a raw usage event (authenticated with JWT).
Was this page helpful?