Getting started
Detailed onboarding guide coming in Phase D of the documentation program. For now, see the live API explorer for the available endpoints.
What you’ll need
Section titled “What you’ll need”- An Auradonors tenant (sign up at auradonors.com)
- A user account with the
tenant-settings:managepermission to provision API keys - A scoped API key from Administration → Integrations → API Keys
- The base URL for your tenant:
https://api.auradonors.com
Sending your first request
Section titled “Sending your first request”curl -H "X-Api-Key: $AURA_API_KEY" \ https://api.auradonors.com/api/tenants/{tenantId}/contactsDetailed walk-through, error handling, and recipe-style guides land in Phase D — API narrative content.