The Givebutter API uses Bearer token authentication to secure all API requests. All requests must be made over HTTPS.Documentation Index
Fetch the complete documentation index at: https://docs.givebutter.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Include your API key in theAuthorization header of every request:
Getting Your API Key
- Go to Settings → Integrations → API Keys in your Givebutter Dashboard
- Click Create New API Key and give it a name
- Copy your API key immediately and store it securely
Authentication Errors
401 Unauthorized
Your API key is missing, invalid, or revoked.- API key is missing from the request
- API key is incorrect or has typos
- API key has been revoked
- Using
Authorization: YOUR_API_KEYinstead ofAuthorization: Bearer YOUR_API_KEY
403 Forbidden
Your API key is valid but lacks permission for this resource.- API key has restricted permissions
- Trying to access another organization’s data
- Resource has been archived or deleted