Skip to main content
PUT
Update a webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook
string
required

Body

application/json
url
string
is_enabled
boolean
events
enum<string>[]
Available options:
async_task_completed,
form_batch_completed,
integration_authentication_failure,
integration_authentication_success,
integration_sync_account_codes_complete,
integration_sync_account_codes_failure,
integration_sync_journal_entries_complete,
integration_sync_journal_entries_failure,
integration_sync_tags_complete,
integration_sync_tags_failure,
pay_stub_available,
payroll_approved,
payroll_deadline_upcoming,
payroll_paid,
payroll_unapproved,
ping,
resource_created,
resource_deleted,
resource_updated

Response

200 - application/json

OK

id
string
read-only

The unique identifier of the object in Nmbr.

object
string
read-only

The type of the object in Nmbr ("webhook").

data
Webhook · object