168 B
168 B
GET /api/v1/session/{id}
Requires authentication header Returns a session with id = {id}
Response:
{
"id": "string",
"userId": "string"
}
Requires authentication header Returns a session with id = {id}
{
"id": "string",
"userId": "string"
}