...
Code Block |
---|
{ "errorCode" : "401", "errorMsg" : "AUDIENCE_MISMATCH" } |
Retrieve Giles authentication token
Status | ||||
---|---|---|---|---|
|
An application can retrieve a new Giles authentication token for a user by making a POST request to the following url:
...
Warning |
---|
Keep in mind that API tokens are user-specific and are used for authorization. This means that you need to request an API token for each of your users. API tokens contain information about a user and are used to assign uploads to the correct user. |
Expired Giles Tokens
When sending an expired Giles token, the following response is returned:
...