Ordering API Docs Help

Get Root Causes

Description

This endpoint provides a list of root causes.

The id returned from this endpoint can be used to populate the rootCause field in the request body of the /milestones/duedate endpoint.

/cv/root-causes

Responses

[ { "id": "Vendor Capacity", "name": "Vendor Capacity" } ]

Example

Authentication

This API requires an API key for authentication. The API key should be included in the header of the request as Authorization: Bearer {API_KEY}.

Request

curl --location '{BASE_URL}/cv/root-causes' \ --header 'Authorization: Bearer {API_KEY}'
03 July 2025