Get a list of all vulnerability durations Run in API Explorer
Ask AI
GET
/api/v1/static/vulnerability-durations
curl \
--request GET 'https://api.plannrcrm.com/api/v1/static/vulnerability-durations' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"name": "Temporary",
"value": "temporary"
},
{
"name": "Permanent",
"value": "permanent"
}
]
}