post https://api.nudgesecurity.io/api/1.0/labels/search
Responses
xxxxxxxxxx
curl --request POST \
--url https://api.nudgesecurity.io/api/1.0/labels/search \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
15{
"next_page": 0,
"page": 0,
"per_page": 0,
"prev_page": 0,
"total_pages": 0,
"total_values": 0,
"values": [
{
"color": "string",
"system_defined": true,
"value": "string"
}
]
}