Send your first message
Every request needs an API key. Create one from Settings > Keys, then pass it in the Authorization header.
Request
curl https://api.acme.dev/v1/messages \
-H "Authorization: Bearer $ACME_KEY" \
-d '{ "to": "team", "body": "hello" }'What you get back
id: a stable message identifierstatus: one of queued, sent, or failedcreated_at: ISO 8601 timestamp
Read the full reference for pagination and filters.