auth

Create a session cookie

[cloud-only] Creates a session cookie from the bearer token in the Authorization header. Returns a Set-Cookie header with a secure HttpOnly session cookie. Cookie authentication is not allowed for this endpoint.

post/api/auth/session

Response

Session created

successboolean required
expiresIninteger

Session expiration time in seconds.

Changes