cURL
curl --request GET \ --url https://api.exa.ai/websets/v0/webhooks \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "object": "webhook", "status": "active", "events": [ "webset.created" ], "url": "<string>", "secret": "<string>", "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "hasMore": true, "nextCursor": "<string>" }
Your Exa API key
The cursor to paginate through the results
1
The number of results to return
1 <= x <= 200
List of webhooks
The response is of type object.
object