Skip to main content
POST
/
v1
/
sessions
Create Session
curl --request POST \
  --url https://api.example.com/v1/sessions
{
  "id": "<string>",
  "expiresAt": "<string>"
}

Response

id
string
The newly created unique session ID.
expiresAt
string
ISO timestamp of when the session will expire.