ApiTokenDto
accessTokenstringrequired
access token
expiresInSecondsnumberrequired
token expire time in seconds
Example:
3600ApiTokenDto
{
"accessToken": "string",
"expiresInSeconds": 3600
}
access token
token expire time in seconds
3600{
"accessToken": "string",
"expiresInSeconds": 3600
}