GET 1.0/Security/AuthenticateAccessToken

Authenticates the given access token, returning a list of related instance objects if successful

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AuthenticateResponse
API Parameter Details
NameDescriptionTypeAdditional information
Instances

A list of Instance objects relevant to a login

Collection of Instance

None.

Response Formats

application/json, text/json

Sample:
{
  "Instances": [
    {
      "Id": "sample string 1",
      "Url": "sample string 2",
      "Name": "sample string 3",
      "Ticket": "sample string 4",
      "SharedSecret": "sample string 5"
    },
    {
      "Id": "sample string 1",
      "Url": "sample string 2",
      "Name": "sample string 3",
      "Ticket": "sample string 4",
      "SharedSecret": "sample string 5"
    }
  ]
}