Skip to main content
POST
/
v1
/
auth
/
login
Log in
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>"
}

Body

application/json
email
string<email>
required
password
string<password>
required

Response

OK

api_key
string

API key for authenticating future requests

billing_url
string

URL to set up billing (if not yet configured)