put https://api.gusto-demo.com/v1/webhook_subscriptions//verify
When a webhook subscription is created, a verification_token
is POSTed to the provided webhook subscription URL. This verify
endpoint needs to be called with verification_token
before notifications will be sent to the subscriber.
Use the /v1/webhook_subscriptions/{webhook_subscription_uuid}/request_verification_token API to resend the verification_token
to the Subscriber.
Token Authentication
This endpoint uses the organization level api token and the Token scheme with HTTP Authorization header.
scope: webhook_subscriptions:write