v1

latestOpenAPI 3.0.02026-07-2663155142.2 KB
Server-Side

Test a callback URL

This endpoint is used to test a callback URL. It sends a test payload to the callback URL.

post/v1/publishers/callbacks/test

Request body

urlstring required
dataobject required
tagsobject required
custom_fieldsobject required

Response

OK

Example response

{
  "data": {
    "response": {
      "status_code": 200,
      "body": "OK - it works",
      "content_type": "text/plain"
    }
  }
}