Skip to main content

API Key Authentication

All API requests require an X-API-Key header with your API key.
curl -X GET "https://api.fieldfunded.com/v1/sports" \
  -H "X-API-Key: YOUR_API_KEY"
Never expose your API key in client-side code or public repositories. Always use server-side requests or environment variables.

Getting your API key

  1. Visit docs.fieldfunded.com
  2. Click Get API Key
  3. Fill in your details and expected request volume
  4. We respond within 24 hours with your dedicated key

Error responses

Status CodeDescription
401Missing or invalid API key
403API key doesn’t have access to this resource
429Rate limit exceeded

Quick Start Guide

Get your API key and make your first call in 5 minutes

SDK Reference

TypeScript SDK handles authentication automatically

Error Handling

Full error codes and handling patterns

Rate Limits

Understanding request quotas and burst limits