API
Integrate Feedmark with your tools
Getting Started
The Feedmark API lets you programmatically manage projects, deliverables, and approval workflows. Use it to automate repetitive tasks, build custom integrations, or sync data with your existing systems. API access is available on Pro and Team plans.
Base URL
https://api.feedmark.app/v1
Authentication
Authenticate using API keys. Generate and manage your keys from your account settings. Include the key in the Authorization header:
Authorization: Bearer your_api_key
Keep your API keys secure. Do not share them or commit them to version control.
Endpoints
The API provides REST endpoints for the following resources:
- GET /projects — List projects
- POST /projects — Create a project
- GET /projects/:id — Get project details
- POST /deliverables — Upload a deliverable
- GET /approvals — List approval statuses
Full documentation with request/response examples is available once API access is enabled on your account.
Rate Limits
API requests are rate limited to ensure fair usage. Pro plans include 1,000 requests per hour; Team plans include 10,000. Rate limit headers are included in all responses.
Contact
Questions about the API? Contact us at hello@feedmark.app.