The method check_token checks if your api_token (passed in HTTP header Authorization) is valid
Method parameters
This method doesn't require any parameters
Response
Response will return a json string with result_code=0 in case of success. A non-zero result_code indicates an error and will be accompanied by a description of the error.
| result_code | Description | 
|---|---|
| 0 | Success | 
| 500 | Error. Details will be present in the json string. | 
