Initiate Fund Admin Closing
POST/v1/fundraisings/:id/initiate-closing
Initiates (or returns an existing) Fund Admin closing for the fund linked to this fundraising. The operation is idempotent: wasCreated: false means a closing already existed for this fund and was returned rather than created, so calling this endpoint repeatedly is safe and never creates duplicates. Requires the organization to have the Carta integration enabled. Failures other than 403 carry a machine-readable code alongside message so clients can branch on the specific condition.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
- 502
Closing initiated or already existing
Invalid request parameters
Invalid or missing API key
Read-only API key, Carta integration disabled, or Fund Admin permission denied
Fundraising not found
Fund not mapped, Carta identity missing, or Fund Admin fund not found
Internal server error
Fund Admin unreachable