Ingest Meter Usage
Report usage for a specific meter to deduct credits from a customer’s balance. You must provide event_name and quantity, along with one of customer_id, customer_email, or subscription_id.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The name of the meter event to ingest.
The amount of usage to record/deduct.
The ID of the customer. Optional if email or subscription_id is provided.
The email of the customer. Optional if customer_id or subscription_id is provided.
The ID of the subscription. Optional if customer_id or email is provided.
The action to take.
The time the usage occurred.
A unique key to prevent duplicate usage ingestion.