Method: user/refreshToken
This method creates a new authentication token
Authentication
This method does requires authentification.
Arguments
| Argument | Type | Valid Values | Default Value | Detail |
|---|
Returned Values
| Element (path) | Name | Type | Description | ||
|---|---|---|---|---|---|
| / | session_id |
string | authenticated token (needed for methods needed authentication) |
Example Query
GET http://API_KEY@api.fotolia.com/Rest/1/user/refreshToken
Example Response
{
"user/refreshToken":"new_authentication_token"
}
Error Codes
001: Service currently unavailable- The requested service is temporarily unavailable.
002: Failed to parse request- The request could not be parsed.
010: Missing API Key- The API key passed is missing.
011: Invalid API Key- The API key passed is not valid or has expired.
031: Invalid Method- This method does not exist in the method list.
032: Method not Available- This method is not available for this API Key.


