Skip to content

Get session information

GET
/v1/auth/session
curl --request GET \
--url https://api.parasta.io/v1/auth/session \
--header 'Authorization: Bearer <token>'

OK

Media type application/json
object
sessionId
string
deviceId
string
loginAt
string format: date-time
lastActiveAt
string format: date-time
expiresAt
string format: date-time
loginMethod
string
Example generated
{
"sessionId": "example",
"deviceId": "example",
"loginAt": "2026-04-15T12:00:00Z",
"lastActiveAt": "2026-04-15T12:00:00Z",
"expiresAt": "2026-04-15T12:00:00Z",
"loginMethod": "example"
}

Please contact your representative. 담당자에게 문의해주세요.