Ingest billable events
Billable events
Ingest billable events
Ingest several billable events in batch (limited to max 5000 events per request).
POST
Ingest billable events
Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Events payload
Required array length:
1 - 5000 elementsHyperline ID or external ID of the existing customer.
Example:
"cus_CrqwefTRWBWRT"
Type corresponding to the event. When creating a dynamic product, this type will be used to map the related events to specific prices.
Minimum string length:
1Example:
"api_call"
Payload of the event containing an ID and any additional metadata.
Example:
{
"id": "D32NAA8",
"durationInMs": 32,
"isVerified": true
}
