Using the API to Retrieve and Update Case Details
You can use the Stellar Cyber API to create cases, as well as retrieve and update case information:
-
Use the
POST /cases
endpoint to create a new case. -
Use the API to query the DP for a detailed list of cases, optionally filtered by tenant, assignee, tags, priority, status, and score. You can also specify that the cases returned by the API be sorted according to a specified parameter.
-
Use the API to update any combination of a specified case's priority, status, assignee, tags, description, or resolution.
Refer to Introducing the Stellar Cyber API for general requirements to use the API.