Authentication
Authentication
Query Parameters
Name
Type
Description
{
"authorize":{
"response":{
"access-token":{
"type":"string",
"nullable":false
},
"serverTime":{
"type":"integer",
"nullable":false,
"description":"Server time timestamp."
},
"expirationTime":{
"type":"integer",
"nullable":false,
"description":"Access token expiration date."
},
"expires":{
"type":"integer",
"nullable":false,
"description":"Access token validity in seconds."
}
},
"message":[
],
"errorCode":200,
"status":"success"
}
}Last updated