Get a list of Labels
GET/v1/labels
List through all labels discovered in the environment. This call returns a list of all labels found in the environment, allowing for input validation for investigation concerning a specific label.
Request
Header Parameters
dig-api-key stringrequired
Dig token header
Responses
- 200
Returns list of label names based on company
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
Loading...