Back to endpoints

Authenticate the user in the API

GET PublicApi/{language}/Authentication/Login

Note that the call (written with the full path below) does not contain the {rewriteUrl} parameter.

Request Information

URI Parameters

PARAMETERS
language (string)

Language in which the localizable values should be returned. Part of base url. Value is either 'fr' or 'en'

Required

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"
}