...
With the returned Giles authentication token, you can now use Giles' REST Api.
Expired Giles Tokens
When sending an expired Giles token, the following response is returned:
Code Block |
---|
{
"errorCode" : "600",
"errorMsg" : "The sent token is expired."
} |
If that happens, the application sending the request has to retrieve a new Giles access token as described above.