v1
latestOpenAPI 3.0.02026-07-24126202516.7 KBCallbacks
Show Callback Response
Show details of a specific Callback response using a given :id.
get/callbacks/{callback_id}/responses/{id}
Path parameters
callback_idstring required
Callback ID
idstring required
Callback response ID
Response
OK
Example response
{
"call_responses": {
"id": "4476b384-fa48-4473-98ec-8fcdda4a1e84",
"url": "https://httpbin.org/post",
"payload": {
"message": "Assembly callback test"
},
"response": {
"error": "OK"
},
"response_code": 200
}
}