- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Data Types & Response Format
The API we have follows all the following DATATYPES and Response Formats.
- The response format will be JSON having flag, message keys and other keys depending on the API.Response 200 (text/plain)
{
"flag": "SUCCESS"
"message": "Response has been sent successfully"
}
- The timestamp parameter which is required to be sent as a part of every request is the current Unix time in milliseconds.