Back to endpoints

Authenticate the user in the API

GET api/V3/authenticate

Returns a token to be used for all other calls. Note that the call (written with the full path below) does not contain the {language} parameter

Request Information

URI Parameters

There are no parameters for this call.

Body Parameters

None.

Response Information

Resource Description

PARAMETERS
Token (string)

Token to be used for authentication in all the other calls

Response Formats

CODE SAMPLE JSON
{
   "Token": "0000aaaa11bbbb4444hh8888rrrr.33dd4455ff.gggg6666"
}