Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Whether to calculate prices for the event
Example:
true
Body
application/json
Event payload
Hyperline 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.
Example:
"api_call"
Payload of the event containing an ID and any additional metadata.
Example:
{
"id": "D32NAA8",
"durationInMs": 32,
"isVerified": true
}
Response
201
Event created