cURL
curl --request GET \ --url https://api.waycore.com/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "url": "<string>", "events": [ "connection.status_changed" ], "secret": "<string>", "active": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "metadata": {} } ], "pagination": { "hasMore": true, "nextCursor": "<string>" }, "meta": { "requestId": "<string>" } }
OAuth 2.0 Client Credentials issuing JWT Bearer access tokens.
Pagination cursor from a previous response.
Maximum number of items to return.
1 <= x <= 500
Comma-separated sparse fieldset. The server always includes required identifiers.
Successful Response
Show child attributes