Autentikáció
Authentication
Query Parameters
Name
Type
Description
{
"authorize":{
"response":{
"access-token":{
"type":"string",
"nullable":false
},
"serverTime":{
"type":"integer",
"nullable":false,
"description":"Szerveridő timestamp-je."
},
"expirationTime":{
"type":"integer",
"nullable":false,
"description":"Az access-token lejáratának időpontja."
},
"expires":{
"type":"integer",
"nullable":false,
"description":"Az access-token érvényessége másodpercekben."
}
},
"message":[
],
"errorCode":200,
"status":"success"
}
}Last updated