curl --request POST \
--url https://api.example.com/v1/sdk/usages/bulk \
--header 'Content-Type: application/json' \
--data '
{
"events": [
{
"customerRef": "<string>",
"productRef": "<string>",
"action": "<string>",
"units": 123
}
]
}
'Records multiple usage events in a single request. Each event is processed independently.
curl --request POST \
--url https://api.example.com/v1/sdk/usages/bulk \
--header 'Content-Type: application/json' \
--data '
{
"events": [
{
"customerRef": "<string>",
"productRef": "<string>",
"action": "<string>",
"units": 123
}
]
}
'Show child attributes
Bulk usage events processed