Add a trusted collaborator to a fund
Adds a collaborator to a fund through a trusted tech platform integration.
Authorization Requirements
This endpoint requires two headers:
- x-api-key: The tech platform’s secret API key
- Authorization: Bearer token containing the user’s access token
How it works
- Tech Platforms can add collaborators via this trusted API call
- All collaborators added through this endpoint are implicitly trusted
- Tech Platforms must provide:
- User Access token (generated during OAuth) to prove the user authorized modifying their Fund
- The Tech Platform’s API Key to prove the request is coming from a trusted source
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Tech Platform API Key
Path Parameters
The unique identifier of the fund
Body
Collaborator information to be added to the fund
Response
Collaborator successfully added to the fund
Unique identifier of the collaboration relationship
"123e4567-e89b-12d3-a456-426614174000"
Unique identifier of the collaborator
"123e4567-e89b-12d3-a456-426614174000"
Unique identifier of the fund
"123e4567-e89b-12d3-a456-426614174000"
UTC timestamp when this collaborator relationship was created
"2026-02-11T14:32:10.123Z"
Email address of the collaborator
"john.doe@example.com"
First name of the collaborator
"John"
Last name of the collaborator
"Doe"