API Response

Response Format

Usually, delika API returns JSON with the following format:

{
  "Status": {
    "Code": "code",
    "Message": "some message"
  },
  "Data": {
    "aaa": "bbb"
  }
}
key description
Status The response status
Status.Code The status code
Status.Message The human readable message
Data The (optional) result JSON object