Skip to main content
WEBHOOK
payrollCreated
{
  "event": "payroll.created",
  "data": {}
}

Authorizations

Authorization
string
header
required

API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>

Body

application/json
event
string
Example:

"payroll.created"

data
object

Response

200

Return 200 to acknowledge receipt.