Get an investor by ID

GET/api/portfolio/investors/{id}

Path parameters

  • idintegerRequired#

Responses

200`InvestorResource`
{}
curl https://your-url.com/kong/core/api/gateway/api/portfolio/investors/{id}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"