Setup Partner Webhook
Create or replace a partner webhook endpoint.
On the first setup the server generates the signing secret and returns it exactly
once — store it now, it cannot be retrieved later. A repeat call only updates
url/enabled (secret is null); rotate the key via POST /{category}/rotate.
Authorizations
Get token from Auth0 and paste it here
Path Parameters
Category of partner webhook.
payroll_status Body
Response
Successful Response
Response for setup (first PUT) and rotate: the generated secret is shown once.
secret is null on a repeat PUT that only updates url/enabled without minting a
new key.
Auth0 client_id of the partner
Event category, e.g. payroll_status
payroll_status Whether deliveries are sent for this webhook
HTTPS endpoint we POST events to
1 - 2083Signing secret — shown once, store it now