GET
/
sessions
/
{session_id}
/
cookies
{
  "cookies": [
    {
      "name": "<string>",
      "domain": "<string>",
      "path": "<string>",
      "httpOnly": true,
      "expirationDate": 123,
      "hostOnly": true,
      "sameSite": "<string>",
      "secure": true,
      "session": true,
      "storeId": "<string>",
      "value": "<string>",
      "expires": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

session_id
string
required

Response

200
application/json

Successful Response

The response is of type object.