Authentication
This page describes the authentication flow and endpoint specs.
Get API Token
Headers
Name
Type
Description
Request Body
Name
Type
Description
body : {
"success": "New Token has been created",
"token_expires": "Wed, 02 Oct 2019 14:51:42 GMT"
}
headers : {
"Content-Type": "application/json",
"Content-Length": "98",
"Content-Language": "en-UK",
"Authentication-Token": "<your-api-token-here>",
"Date": "Thu, 26 Sep 2019 05:56:58 GMT"
}{"error": "Company doesn't exists or Key is incorrect"}Update API Token
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated