API Token Rotated
Triggered when a workspace Public API token is rotated via the Partner API.
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.
api_token:rotated "api_token:rotated"
Unique identifier of the partner that owns the workspace.
"partner_12345"
Timestamp when the event was triggered.
"2024-01-01T12:00:00.000Z"
"2024-01-01T12:00:00.000Z"
Response
Receiver accepted the event

