Skip to main content

API Key

All authenticated endpoints use Bearer token authentication.
Authorization: Bearer YOUR_API_KEY

Getting Your API Key

  1. Go to feedpin.dev/settings
  2. Scroll to API & MCP section
  3. Click Show to reveal your key
  4. Copy it
Keep your API key secret. Never expose it in client-side code or commit it to version control.

Using the API Key

curl https://feedpin.dev/api/v1/projects \
  -H "Authorization: Bearer fp_abc123..."