QUICKOM For Developers Introduction
This document lets you understand how does QUICKOM Rest Api Platform work.
General Information
- All endpoints return either a JSON object or array.
- All time and timestamp related fields are in milliseconds.
- HTTP
400
return codes is used for invalid data. - HTTP
401
return codes is used for unauthorized request. - HTTP
404
return codes is used for data not found. - HTTP
405
return codes is used for wrong api method. - HTTP
406
return codes is used for not acceptable data. - HTTP
429
return codes is used when there are too many requests attack on the same data. - HTTP
500
return codes is used for invalid format request or wrong from server’s side. - Any endpoint can return an
ERROR
, the error payload is as follows:
{
"error" : "429001",
"error_description" : "Too many requests"
}
- For
GET
endpoints, the parameters may be sent as arequest param
or not. - For
POST
andDELETE
endpoints, the parameters must be sent as arequest body
with content typeapplication/json
. - Parameters may be sent in any order.
Endpoint Security
- All endpoints were protected by an
Authorization
. Authorization
is yourapi key
and can be passed intoREST Api
viaAuthorization
header.
Get Started
Get Started with QUICKOM or QUICKOM Contact Center