Skip to main content
POST
/
webhooks
/
{webhook_id}
/
test
{
  "message": "Teste de webhook agendado com sucesso",
  "webhook_id": 1
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_id
integer
required

ID do webhook

Required range: x >= 1

Body

application/json

Modelo para teste de webhook

webhook_id
integer
required
test_payload
Test Payload · object

Response

Teste de webhook agendado com sucesso