Skip to main content
GET
/
v1
/
auth
/
sessions
/
{sessionId}
Obter sessao
curl --request GET \
  --url http://localhost:4000/v1/auth/sessions/{sessionId}
{
  "id": "<string>",
  "userId": "<string>",
  "token": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "revokedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.refy.to/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

sessionId
string
required

Response

200 - application/json

Sessao

id
string
userId
string
token
string
createdAt
string<date-time>
revokedAt
string<date-time>