GET b2c/request/token/validation

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "timeStamp": "2025-05-03T21:02:46.9622923+04:00",
  "responseCode": "Success",
  "validationErrorsList": null,
  "response": {
    "authorityParticipantId": 1,
    "cardNumber": 2,
    "cardId": 3,
    "isAdmin": true,
    "isAuthenticated": true,
    "additionalData": {
      "sample string 1": {},
      "sample string 3": {},
      "sample string 5": {}
    }
  }
}

application/xml, text/xml

Sample:
<ApiResponseOfLoginUserResponseCgT8hAcC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eres.Core.Processing.Model">
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/Taqyeem.Services.Model">
    <AdditionalData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 5</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
    </AdditionalData>
    <d2p1:AuthorityParticipantId>1</d2p1:AuthorityParticipantId>
    <d2p1:CardId>3</d2p1:CardId>
    <d2p1:CardNumber>2</d2p1:CardNumber>
    <d2p1:IsAdmin>true</d2p1:IsAdmin>
    <d2p1:IsAuthenticated>true</d2p1:IsAuthenticated>
  </Response>
  <ResponseCode>Success</ResponseCode>
  <TimeStamp>2025-05-03T21:02:46.9622923+04:00</TimeStamp>
  <ValidationErrorsList i:nil="true" />
</ApiResponseOfLoginUserResponseCgT8hAcC>