Data Types & Response Format
  • 24 Mar 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Data Types & Response Format

  • Dark
    Light

Article summary

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.