cURL
curl --request POST \ --url https://api.marzipan.co/v1/account/login \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "jsmith@example.com" }'
This response does not have an example.
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.
Bearer <token>
<token>
Success