POST
/
target-companies
{
  "message": "<string>",
  "data": {
    "id": "<string>",
    "isPortfolio": true,
    "isTarget": true,
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "investorId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
name
string
required

Company name

Example:

"Acme Corp"

website
string
required

Company website

Example:

"https://acme.com"

pitchDeck
file
required

Response

201 - application/json
message
string
required
data
object
required