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
400return codes is used for invalid data. - HTTP
401return codes is used for unauthorized request. - HTTP
404return codes is used for data not found. - HTTP
405return codes is used for wrong api method. - HTTP
406return codes is used for not acceptable data. - HTTP
429return codes is used when there are too many requests attack on the same data. - HTTP
500return 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
GETendpoints, the parameters may be sent as arequest paramor not. - For
POSTandDELETEendpoints, the parameters must be sent as arequest bodywith content typeapplication/json. - Parameters may be sent in any order.
Endpoint Security
- All endpoints were protected by an
Authorization. Authorizationis yourapi keyand can be passed intoREST ApiviaAuthorizationheader.
Get Started
Get Started with QUICKOM or QUICKOM Contact Center