Use this API to increment a final value counter for a customer.
v2/usage API endpoint:https://api.salesbricks.com/api/v2/usageUse your Salesbricks API key to authenticate requests.
The unique identifier for this usage entry transaction.
"12345"
The UUID of the Salesbricks subscription associated with the customer.
"00000000-0000-0000-0000-000000000000"
The UUID of the associated Usage Brick.
"00000000-0000-0000-0000-000000000000"
The value to set for the Brick.
1
Additional properties for the usage entry.
{
"source": "api",
"notes": "This is a test entry",
"region": "US"
}The timestamp indicating when the operation occurs in ISO 8601 format.
"2024-09-16T10:15:30Z"
Usage entry created successfully.
"Usage entry submitted successfully."