logo
WebhooksWebhook Receiver

Webhook Receiver

Receives webhook callbacks from external providers (e.g. email finding, email verification). This endpoint is called by providers, not by API customers. No authentication required.

curl -X POST "https://v3-api.texau.com/api/v1/webhooks/example_string" \
  -H "Content-Type: application/json"
{
  "status": "forwarded"
}
POST
/webhooks/{webhookId}
POST
path
webhookIdstring
Required

The webhook identifier assigned when the job was created

Content-Typestring
Required

The media type of the request body

Options: application/json
No request body parameters defined
Request Preview
Response

Response will appear here after sending the request

Path Parameters

webhookIdstring
Required

The webhook identifier assigned when the job was created

Body

application/json
dataobject
Required

Provider-specific webhook payload (varies by provider)

Responses

statusstring