Sessions
Create session
Create a new session for a given user. This will return a refresh token that can be used to impersonate the user.
post/auth/sessions
Request body
Example request
{
"user_id": "3241a285-8329-4d69-8f3d-316e08cf140c"
}Response
Successful response