API Key Authentication
All Fundable API requests require authentication via a Bearer token in theAuthorization header.
Getting Your API Key
API keys are available through your Fundable account. Get your key here — your first 50 credits are free.Key Format
API keys follow the format:vg_[12_hex_chars]_[32_base64url_chars]
Usage
Include your API key as a Bearer token in every request:Rate Limits
API usage is tracked and may be subject to monthly limits depending on your API key tier. Monitor theremaining_requests field in the meta section of responses to track your usage.
