Webhooks REST API

Deletes a Webhook

Deletes a Webhook by id. URLs Environment Method URL Sandbox https://micro.fndev.net/v1/webhook-sandbox/webhooks/webhook_id Production https://micro.fieldnation.com/v1/webhook/webhooks/webhook_id Header Parameters Parameter Type Example Notes fn-token string abCDEFGIsInR5cCI6IuXVCJ9.eyJ11wXYZ Secret Token. Required. Path Parameters Parameter Type Example Notes webhook_id string 5a1c3942b6d6e80261167a1c Webhook ID. Required. Query Parameters Not applicable. »

Webhooks Object

A Webhooks object includes your endpoint URL and the real-time updates you’d like to receive. Webhooks Object Parameter Type Example Mapping/Notes _id string "_id": "5a1c3942b6d6e80261167a1c" Field Nation Webhooks ID. Read-only. company_id integer "company_id": 183 Your Company ID. Refer to Locate Your Company ID for more information. user_id integer "user_id": 756 Webhooks User ID. Optional. url string "url": "https://requestb.in/yricywyr1" Field Nation will send requests to this URL. »