Complete API documentation for programmatic link management
All API requests require authentication using an API key. Generate your API key in the Dashboard.
Rate limits are enforced per endpoint category using a sliding window algorithm.
Rate limit headers are included in all responses: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset
| Plan | API Access | Daily Limit | API Keys |
|---|---|---|---|
| Free | No | -- | -- |
| Creator | No | -- | -- |
| Pro ($39/mo) | Yes | 10,000 req/day | 10 keys |
| Business ($149/mo) | Yes | 500,000 req/day | 50 keys |
| Enterprise | Yes | Unlimited | Unlimited |
Generate API keys from your Dashboard > Settings > API Keys page.
Create a new short link.
Retrieve all links for your organization.
page - Page number (default: 1)limit - Results per page (default: 50, max: 100)Retrieve a specific link by ID.
Update a link's target URL or metadata.
Permanently delete a link.
Generate a verification token for entity identity verification. Supports creator, partner, and profile entity types.
Check the status of a verification by token or by entity and platform.
token - Verification token (primary lookup)entity_type - Entity type: creator, partner, or profileentity_id - Entity IDplatform - Social platform nameProvide either token alone, or entity_type + entity_id + platform together. Providing only entity_type + entity_id returns all verifications for that entity.
Toggle and check maintenance mode. GET returns current status, POST toggles the mode.
Updates both KV cache and optionally the production environment variable.
Switch between Stripe test and live modes. GET returns current config, POST switches the mode.
Mode switch takes effect immediately via KV cache.
Toggle fndr.gg public discovery access. GET returns current status, POST toggles the mode.
List all Edge Partners with optional filtering.
status - Filter by partner statuslimit - Results per page (default: 50)offset - Pagination offset (default: 0)List all users with pagination and search, or delete a user by ID.
page - Page number (default: 1)limit - Results per page (default: 20)search - Search by email or username/api/admin/testimonials - Manage testimonials/api/admin/blog - Manage blog posts/api/admin/verify-twitter - Twitter verification management/api/admin/creators - Creator program management/api/admin/partners/[id] - Individual partner management/api/admin/partners/sync-verified - Sync partner verification status/api/admin/support - Support ticket management