cURL
curl --request POST \ --url https://api.chicklet.io/v1/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>" } '
{ "api_key": "<string>", "billing_url": "<string>" }
Authenticate with email and password to receive an API key
OK
API key for authenticating future requests
URL to set up billing (if not yet configured)