cURL
curl --request POST \ --url https://app.concretehq.com/api/v1/funds/{fundPublicId}/companies \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "companyPublicIds": [ "abc123def456", "654fed321cba" ] }'
This response does not have an example.
Add one or more companies to a fund
API key authentication using Bearer token format
Fund public ID
Companies added to fund successfully