cURL
curl --request GET \ --url https://api.sandbox.goteal.co/webhooks \ --header 'X-API-KEY: <api-key>'
{ "pagination": { "offset": 75, "limit": 25, "count": 14, "total_count": 89 }, "webhooks": [ { "webhook_id": "95a0e70b-fe02-4f47-aef9-2efff279df71", "name": "user-payroll-submitted", "events": [ "user-payroll-submitted", "user-payroll-created" ], "url": "https://webhooks.company.com", "created_at": "2019-05-17T00:00:00.000Z" } ] }
The field of the user to order by
name
url
created_at
"name"
The offset to start at
x >= 1
The number of items to return
1 <= x <= 100
OK
Show child attributes
The offset to start at - zero based
75
25
x >= 0
14
89
The id of the webhook
"95a0e70b-fe02-4f47-aef9-2efff279df71"
A unique name of the webhook
"user-payroll-submitted"
[ "user-payroll-submitted", "user-payroll-created"]
"https://webhooks.company.com"
"2019-05-17T00:00:00.000Z"