Create Investor
POST/v1/investors
Creates a new investors in the system.
Auto-Enrichment: To enable automatic company data enrichment, provide a valid company website URL in the fields.website field. When a valid URL is supplied, the system will automatically populate additional company information.
Origin contact link: When originContactId is provided, the referenced contact must already exist in the caller's organization (request fails with 404 otherwise). The investor's name and image are set from the contact's name and photo_url; any name sent in the same request is ignored. Image falls back to the default investor image when the contact has no photo_url.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Investor created successfully
Invalid request parameters
Invalid or missing API key
Origin contact not found
Internal server error