Get investor data for a workflow step

GET/api/deals/deal/{dealId}/investor-data/{stepId}

Path parameters

  • dealIdstringRequired#
    Unique identifier of the deal.
  • stepIdstringRequired#
    Unique identifier of the workflow step.

Responses

200Investor data for the workflow step.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
404Deal or step not found.Error
curl https://your-url.com/kong/core/api/gateway/api/deals/deal/{dealId}/investor-data/{stepId}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"