CoreIdentity Test
Security/CoreIdentity/Token
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Security/CoreIdentity/Token

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : CoreIdentityTokenResponse

Response object type CoreIdentityTokenResponse has the following properties.
Property Name Data Type Length Required Readonly Notes
Environment string
IdToken string Core Identity JWT Token.
Licensee string
{
  "Licensee": "sample string 1",
  "IdToken": "sample string 2",
  "Environment": "sample string 3"
}
<CoreIdentityTokenResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Environment>sample string 3</Environment>
  <IdToken>sample string 2</IdToken>
  <Licensee>sample string 1</Licensee>
</CoreIdentityTokenResponse>
Change Version Description Contract Old New
Resource Added 15.2.33 New resource added. CoreIdentity