Skip to main content
POST
/
v1
/
webhooks
/
{id}
/
test
Test webhook
curl --request POST \
  --url https://api.timelyai.com.br/v1/webhooks/{id}/test \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "success": true,
    "status_code": 123,
    "response_time_ms": 123
  }
}

Authorizations

x-api-key
string
header
required

API key obtained from the dashboard

Path Parameters

id
string<uuid>
required

Webhook ID

Response

Test sent

data
object