Skip to main content
PARIXDocs
Session

Get Session Context

GET
/api/v1/session

Response Body

application/json

application/json

curl -X GET "http://localhost:5173/api/v1/session"
{  "auth": {    "apiKey": {      "databaseId": "string",      "id": "string",      "scope": "all_databases"    },    "authType": "api_key",    "organization": {      "id": "string",      "memberRole": "string",      "name": "string",      "slug": "string"    },    "scopes": [      "string"    ],    "user": {      "id": "string"    }  }}
{  "type": "about:blank",  "title": "Not Found",  "status": 404,  "detail": "The requested file was not found",  "instance": "/api/v1/files/123",  "errors": [    "string"  ],  "fieldErrors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}