Account and API keys
Create your account, keep it safe, and generate keys to use the API.
Create your account
- Open app.aladia.io and choose Sign up.
- Enter your name, email and a password with at least 8 characters, one uppercase letter, one number and one symbol.
- Type the 6-digit code you receive by email. Your account is active as soon as the code is accepted.

One account, several contexts
The same login works in your personal context and in every academy you belong to. Switch context from your avatar in the top bar.
Generate an API key
API keys let scripts and integrations call Aladia on your behalf, with the same permissions you have.
- Go to Settings → API keys.
- Choose New key, give it a name (for example Zapier) and an expiration.
- Copy the key now: for security it is shown only once.

Send the key in the apikey header of every request:
curl https://api.aladia.io/v2/profiles/me -H "apikey: <your key>"Keys can be renamed, given a new expiration or deleted from the same page. Deleting a key stops every integration that uses it immediately.
Webhooks
From Settings → Webhooks you can subscribe an HTTPS endpoint to platform events, send a test delivery and read the delivery log. The full list of events and payloads is in the API reference.