Skip to main content
POST
/
v1
/
webhooks
/
{id}
/
test
Testar 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

Chave de API obtida no dashboard

Path Parameters

id
string<uuid>
required

ID do webhook

Response

Teste enviado

data
object