v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Portfolio

This endpoint is for requesting to add new TOEs (targets of evaluation) to your portfolio.

This is a bulk request for requesting to add new TOEs (targets of evaluation) to your portfolio. The request must have at least one item but no more than 25 per request.

post/v1/portfolio/bulk_add

Request body

Example request

{
  "customer_toe_requests": [
    {
      "subscription_level": "2",
      "internal_name": [
        "Riskrecon"
      ],
      "internal_id": [
        "1234"
      ],
      "company_name": "Riskrecon, Co.",
      "company_domains": [
        "riskrecon.domain.org"
      ],
      "assessment_frequency": "continuous",
      "risk_relationship_slugs": [
        "ownenterprise_critical"
      ]
    }
  ]
}

Response

OK