Quickstart (API)
Use this guide to get an API key and make your first request to the RevenueBase API.Step 1: Get your API key
- Sign in to the RevenueBase dashboard.
- Open Settings → API Keys.
- Click Create API key and copy the key. Store it securely; you cannot view it again.
Keep your API key secret. Do not commit it to version control or expose it in client-side code.
Step 2: Authenticate requests
Send your API key in thex-key header on every request:
Step 3: Call an endpoint
Example: check your credit balance:Next steps
- Read Authentication for full auth details.
- Explore the API Reference for all endpoints.
- See Rate limits and error codes before going to production.
