pbx.payload_decode_failed
The PBX ingest request body could not be decoded as valid JSON.
pbx.payload_decode_failed is returned when the PBX ingest request body fails JSON decoding or schema validation. The request must contain a valid JSON object matching the expected PBX event schema.
The request body is malformed JSON, has the wrong content type, or does not match the expected PBX event schema.
Ensure gateway-go serializes the PBX event payload as valid JSON and sets Content-Type: application/json. This is a gateway-go serialization issue.
{
"error": {
"code": "pbx.payload_decode_failed",
"message": "body JSON malformed",
"request_id": "req_01900000abc"
}
}