Login User
POST/v1/login
Authenticate a user and return a user token
Request
Responses
- 200
- 400
- 409
- 429
- 500
- 504
OK
The request failed validation. errors lists every problem found; an entry attributable to a specific field is prefixed with that field’s path.
The supplied X-Idempotency-Key was already used with a different request body, or the resource is being modified by another in-flight request.
Too many requests. The rate limit is applied per client across all operations.
The request could not be completed because of an unexpected error.
The request exceeded the processing time limit and was abandoned.