Sign in
POST
/v1/auth/login
Sign in with an email and password to get a JWT. Use it as your Authorization: Bearer token on every authenticated call — or use a scoped API key instead if you're building a non-interactive client that shouldn't hold a login token.
Request Body
application/json
Login payload.
The account's email address.
The account's password.
Responses
OK
application/json
Success body for POST /auth/login and POST /auth/oauth/{provider}: a JWT
plus the account it authenticates.
JWT bearer token — send it as Authorization: Bearer <token> on
every authenticated call.
The account the token authenticates.