Skip to content
Avaya CommAPI (CPaaS)

Response

When you make a request to Avaya Communications APIs, it will always return a response regarding the resources you have requested, created, or modified. These responses can be in one of these formats: XML, JSON, or CSV.
When something goes wrong during a request, Avaya Communications APIs respond with an HTTP status code, a message describing what went wrong, the error code, and a link to more information regarding the error. Below is an example of an exception response returned by Avaya Communications APIs when a request is made with invalid credentials.
<Response>
<RestException>
<Status>403</Status>
<Message>Invalid credentials</Message>
<Code>10004</Code>
<MoreInfo>http://www.zang.io/docs/api/rest/overview/errors/10004</MoreInfo>
</RestException>
</Response>
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.