...
...
...
...
Excerpt | ||
---|---|---|
POST authentication/token/release
This method releases an authentication token in order to make it not usable by any other subsequent Web API calls |
Note |
---|
Token expires every one (1) hour and a new one will need to be retrieved. It is recommended to release tokens if there are not needed any more |
...
Parameters
Name | Type | Description |
---|---|---|
token (mandatory) | String | The authentication token which will be released |
...