cURL
curl --request GET \ --url https://api.example.com/target-companies \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": [ { "id": "<string>", "isPortfolio": true, "isTarget": true, "createdAt": "<string>", "updatedAt": "<string>", "investorId": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes