quickSpaces
quickSpaces

Spaces Login

Exchange email + password (in the BODY) for a JWT.

One identical refusal for every failure, and a 429 with Retry-After once a failure budget is spent. May return a JSONResponse instead of the declared model for that 429 — deliberate: the monolith's shared exception handlers drop headers, and Retry-After is the point of the status.

post/api/v1/quick-spaces/auth/login

Request body

emailstring required
passwordstring required

Response

Successful Response

tokenstring required
token_typestring
expires_ininteger required
idstring required
emailstring required
namestring required
login_methodstring required
workspace_idstring
rolestring
needs_inviteboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.