GET
/
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.

Response

200 - application/json
message
string
required
data
object[]
required