AladiaDocs

Account and API keys

Create your account, keep it safe, and generate keys to use the API.

Create your account

  1. Open app.aladia.io and choose Sign up.
  2. Enter your name, email and a password with at least 8 characters, one uppercase letter, one number and one symbol.
  3. Type the 6-digit code you receive by email. Your account is active as soon as the code is accepted.

The sign-in form: email, password and the Sign in button

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.

  1. Go to Settings → API keys.
  2. Choose New key, give it a name (for example Zapier) and an expiration.
  3. Copy the key now: for security it is shown only once.

Settings → API keys, with the New key button highlighted

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.

On this page