sessions.post.response

sessions.post.response
sessions.post.response
JSON Example
{
    "userId": "string",
    "sessionId": "string",
    "ttl": 0
}
string As ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
userId
Required

UUID

string
sessionId
Required
Constraints: minLength: 1

An opaque session ID for use in the Authorization header.

integer
ttl
Required
Constraints: minimum: 0

Time to live: Number of seconds this session is valid for.