Back

Login

POST/auth/sessions

Authorization

AuthorizationBearer <token>

API key authentication - use your API key as a Bearer token

In: header

Request Body

emailstring

User email address

passwordstring

User password

Response Body

> 200application/json
> 401application/json
// POST /auth/sessions
// See cURL example for request shape.
{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}