Getting started

Quickstart

Go from zero to your first message in three steps.

1. Create your account

Head to the Lastborn sign-in page and create an account. One account gives you access to every product in the ecosystem.

2. Get your API key

From your dashboard, open the product you want to use and copy the API key from its settings page. Keep it secret, keep it safe.

3. Send your first request

With your key in hand, you can call the API directly. Here is an example using LastSMS:

curl https://sms.lastborn.io/api/v1/messages \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d to="+255700000000" \
  -d message="Hello from Lastborn"

Next steps

That is it. From here, explore the product guides to learn about delivery reports, templates, and webhooks.