BixelDocs
API reference

Send a signed test delivery now

POST
/v1/watch/endpoints/{id}/test

POST a signed watch_test sample event to the endpoint synchronously and report the destination's answer (status, latency). Works on disabled endpoints so a fix can be verified before re-enabling. Test sends originate from cloud infrastructure; production deliveries come from the published egress IPs (/.well-known/bixel-webhook-ips.json). Costs 0 credits.

Authorization

AuthorizationBearer <token>

bx_-prefixed API key. Free keys: https://bixel.com/account/

In: header

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/watch/endpoints/string/test"
{  "data": {    "delivered": true,    "response_status": 0,    "error": "string",    "duration_ms": 0  },  "meta": {    "generated_at": "2019-08-24T14:15:22Z",    "count": 0,    "total": 0,    "next_cursor": "string",    "notice": "string",    "window": {      "served_from": "string",      "earliest_event_at": "string",      "events_beyond_window": true    }  }}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}