GET
/
api
/
webhooks
/
{id}
/

Authorizations

Authorization
string
headerrequired

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

A unique integer value identifying this webhook.

Response

200 - application/json
url
string
required
trigger
enum<string>
  • LEAD_CLOSED - Lead Closed
  • LEAD_CLOSED_INCOMPLETE - Lead Closed Incomplete
  • LEAD_LOST - Lead Lost
  • LEAD_SCHEDULE_COMPLETED - Lead Schedule Completed
  • CALL_COMPLETE - Call Complete
Available options:
LEAD_CLOSED,
LEAD_CLOSED_INCOMPLETE,
LEAD_LOST,
LEAD_SCHEDULE_COMPLETED,
CALL_COMPLETE