GET api/v1/session

Method to test if you're still connected with Promotional Office

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Token

AuthenticationResponseModel
NameDescriptionTypeAdditional information
Token

Secret token that is linked to your identity

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1"
}

application/xml, text/xml

Sample:
<AuthenticationResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PromotionalOffice.WebApi.Models.ResponseModel">
  <Token>sample string 1</Token>
</AuthenticationResponseModel>