GET
/api/v1/options/custom-fields
curl \
--request GET 'https://api.plannrcrm.com/api/v1/options/custom-fields' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"0": "client",
"2": "case",
"3": "plan",
"4": "task"
}