Simulate billable event prices
Événements facturables
Simulate billable event prices
Simulate prices for a single billable event without ingesting it.
POST
Simulate billable event prices
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de requête
Hyperline ID of the product.
Exemple:
"itm_AweveQEoewer"
Hyperline ID of the subscription.
Exemple:
"sub_QalW2vTAdkR6IY"
Whether to include amounts with tax
Exemple:
true
Corps
application/json
Event payload
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:
1Exemple:
"api_call"
Payload of the event containing an ID and any additional metadata.
Exemple:
{
"id": "D32NAA8",
"durationInMs": 32,
"isVerified": true
}Hyperline ID or external ID of the existing customer.
Exemple:
"cus_CrqwefTRWBWRT"

