Generate an auth token
Authentication
Generate an auth token
This endpoint takes an email and password, and if a User exists with the given data it returns a session_jwt for usage with the API. This session_jwt should be added to the headers of further requests like so:
Authorization: Bearer <session_jwt>
POST
Generate an auth token
Headers
The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.
Example:
"en"
Body
application/json
Response
OK
AuthToken model for reads.