Create Session
POST /v1/sessions/session
Creates a new session for a user given an API key.
Request Body
{
"$ref": "#/components/schemas/CreateSessionRequest"
}
Responses
200
Successful Response
{
"$ref": "#/components/schemas/CreateSessionResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}