Authentication
All /v1 endpoints are served from https://api.myfundcenter.app and
authenticate with a bearer token:
curl -H "Authorization: Bearer $MFC_TOKEN" \ https://api.myfundcenter.app/v1/<endpoint>Tokens and permissions
Section titled “Tokens and permissions”API tokens inherit your permissions — every request is authorized by the same IAM rules that govern you in the app, scoped to your organization. A token can never see more than you can.
Token self-service is under development. Until it ships, contact support@myfundcenter.com for early API access.
Errors
Section titled “Errors”| Status | Meaning |
|---|---|
401 |
Missing or invalid token. |
403 |
Token is valid but lacks permission for this resource. |
429 |
Rate limit reached — back off and retry. |