Example subscription
Users
Users.fully_synced webhook
The users.fully_synced webhook is sent when all data has been fully retrieved from all payroll accounts a user connected through Link.
Warning: When multiple accounts are connected:
- The webhook will only be sent if at least one account connection is successful.
- If a new account is connected (and its data fully retrieved) after the user’s previously connected accounts were fully synced and the
users.fully_syncedwebhook was sent, this webhook will be sent again.
POST
Example subscription
Sent when data retrieval has completed for a user.
Authorizations
Username = api_key_id, Password = api_key_secret
Body
application/json
users.fully_synced
Your name for the webhook subscription.
Where you want to receive webhook delivery. This can be either a backend URL that you manage, or a URL provided by a webhook management service. Argyle handles URL encoding for webhook URLs. Send the URL in its normal, unencoded form.
Optional secret used to verify webhooks.