API Keys
api_key.created
Triggered when an event occurs
WEBHOOK
Headers
Signature of the webhook event payload, used for verification.
Timestamp of the webhook event, used to prevent replay attacks.
Example:
"2025-08-20 20:56:36.456"
The type of event being sent.
Example:
"payment.created"
Body
application/json
Unique identifier for the webhook
Example:
"webhook_0197273e-b3ca-7f0e-bd0f-ad921f03cb46"
URL where webhook events will be sent
Example:
"https://webhook-handler.com/webhooks"
Type of webhook event that occurred
Available options:
api_key.created Example:
"api_key.created"
Created Api Key identifier
Example:
"api_key_019722dc-f813-7f7e-a559-753927ad2cbe"
Details of the Api Key that was created
Example:
Timestamp when the event occurred
Example:
"2025-08-20 20:56:36.456"

