latestOpenAPI 3.0.02026-08-10101230.3 KB

86fda89a7d6a

Sessions

Show a session

Show a session

Examples

GET /session.json
get/session

Headers

qb-tokenstring required

A user or application session token.

qb-sdkstring

To identify the party making the request

Response

Session

Example response

{
  "success": {
    "description": null,
    "externalValue": null,
    "summary": null,
    "value": {
      "session": {
        "_id": "1151827623",
        "application_id": "76730",
        "created_at": "2019-09-01T14:55:56Z",
        "id": "1151827623",
        "nonce": "7334",
        "token": "c56f382b402fb482086db956064592d3cd012bba",
        "ts": "1567349756",
        "updated_at": "2019-09-01T14:55:56Z",
        "user_id": 0
      }
    }
  }
}