/api/auth/authenticate
Generate token to use for api call
Endpoint
https://thinkq.biz/api/auth/authenticate
Query Parameters
Name |
Type |
Description |
public_key
required
|
string |
public key to identify the caller |
private_key
required
|
string |
private key to authenticate the caller |
expiry
default:86400 (1 day)
|
integer |
total time in second before expiry of the token |
Response Parameter
Name |
Type |
Description |
status
|
integer |
Process identifier to show process status |
session_key
|
string |
returned token key to be used to call api |
Sample Response
Request
Response