Header authentication

Pass your API key as a header in your request to all 5 Calls API endpoints:

Example request with header auth

curl "https://api.5calls.org/v1/representatives?location=94110" \
  --header "X-5Calls-Token: <your-token-here>"