Use this method to retrieve the access token sent to the Chat API for authentication, as well as its expiration time.
This method has not mandatory parameters.
This method has no optional parameters.
{
"accestoken": <string>,
"expiration": <number>
}
const accessTokenData = chatbot.api.getToken();