GET tokens/jwt

Gets a JSON Web Token.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TokenViewModel
NameDescriptionTypeAdditional information
TokenType

string

None.

TokenValue

string

None.

Response Formats

application/json, text/json

Sample:
{
  "tokenType": "sample string 1",
  "tokenValue": "sample string 2"
}