Transactions Quota Full
Triggered when the transactions quota of a workspace has been fully utilized.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The unique identifier for the partner.
a JSON Web Token (JWT) token that contains the partner_id, nbf (not before), and exp (expiration) fields. using the partner''s shared secret and can be used to verify authenticity and integrity.
Body
"my-workspace"
Partner webhook event name.
workspace:quota_full:transactions "workspace:quota_full:transactions"
Unique identifier of the partner that owns the workspace.
"partner_12345"
Timestamp when the event was triggered.
"2024-01-01T12:00:00.000Z"
Start of the current billing period used to aggregate the utilization
"2024-01-01T00:00:00.000Z"
End of the current billing period used to aggregate the utilization
"2024-01-31T23:59:59.000Z"
Response
Receiver accepted the event

