Skip to content

Getting started

Detailed onboarding guide coming in Phase D of the documentation program. For now, see the live API explorer for the available endpoints.

  • An Auradonors tenant (sign up at auradonors.com)
  • A user account with the tenant-settings:manage permission to provision API keys
  • A scoped API key from Administration → Integrations → API Keys
  • The base URL for your tenant: https://api.auradonors.com
Terminal window
curl -H "X-Api-Key: $AURA_API_KEY" \
https://api.auradonors.com/api/tenants/{tenantId}/contacts

Detailed walk-through, error handling, and recipe-style guides land in Phase D — API narrative content.