API
Guide to Fundra's API and how to integrate with it.
The Fundra API lets you programmatically read and write data in your Fundra workspace. Use it to build integrations, sync portfolio data with external systems, or automate reporting workflows.
Base URL: https://api.fundra.com/v1
Authentication
All requests require an API key passed in the Authorization header. You can create API keys in your workspace settings.
Resources
Pagination
List endpoints return paginated results. Use limit and offset query parameters to control pagination. The default limit is 500 and the maximum is 1000.
Errors
The API uses standard HTTP status codes:
| Code | Description |
|---|---|
200 | Success |
400 | Bad request – invalid parameters |
401 | Unauthorized – invalid or missing API key |
404 | Not found |
429 | Too many requests – rate limited |
500 | Internal server error |
Error responses include an error and message field: