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/perform-test
Request body
Response
OK
Example response
{
"data": {
"response": {
"status_code": 200,
"body": "OK - it works",
"content_type": "text/plain"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.