Retrieve a webhook
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
webhook_id
string
required
The unique identifier of the webhook to retrieve.
``200 OK.
object
createdAt
string
id
string
secret
string
status
string
lastUpdatedAt
string
url
url
``400 Bad Request.
``403 Forbidden - Wrong API key.
``404 Webhook ID doesn't exist.
``default Unexpected Server error.
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request GET \
--url https://api.synthesia.io/v2/webhooks/webhook_id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": "string",
"secret": "string",
"url": "string"
}