Skip to content

Authentication

All /v1 endpoints are served from https://api.myfundcenter.app and authenticate with a bearer token:

Terminal window
curl -H "Authorization: Bearer $MFC_TOKEN" \
https://api.myfundcenter.app/v1/<endpoint>

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.

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.