List webhooks

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Parameters

limit

offset

deleted

Response

Successful Response: 200 OK.

Bad Request Response: 400 Bad Request.

Default Response: default Unexpected Server error.

Example API Call

curl --request GET \
     --url 'https://api.synthesia.io/v2/webhooks?limit=20&offset=0&deleted=false' \
     --header 'accept: application/json'

Example JSON Response

{
  "webhooks": [
    {
      "id": "string",
      "secret": "string",
      "url": "string"
    }
  ],
  "nextOffset": 0
}