Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your API token.
Body
application/json
Response
Success
Authenticate a user with their email address and receive an authentication token for API access.
Bearer authentication header of the form Bearer <token>
, where <token>
is your API token.
Success