Closed bad-robo closed 8 months ago
hi Where can I get the $token?
hi
Where can I get the $token?
You need first login for token. Example ` $firstLogin = $api->login->loginv2($username, $password);
$token = $api->user->MyCache("token");
`
hi Where can I get the $token?