v1
latestOpenAPI 3.0.02026-07-2663155142.2 KBServer-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
Response
OK
Example response
{
"data": {
"response": {
"status_code": 200,
"body": "OK - it works",
"content_type": "text/plain"
}
}
}