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

Documentation Index

Fetch the complete documentation index at: https://developer.bitwage.com/llms.txt

Use this file to discover all available pages before exploring further.

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.