Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.