v1

latestOpenAPI 3.0.32026-07-26710398.3 KB
Project

List Custom URL Classifications

List the custom URL classifications defined for a project. These complement the built-in classifications and can be assigned to URLs.

get/classifications/urls

Query parameters

project_idstring

Required if using a company api key

Example:or_f45b94ba-5e35-4982-93ed-285e72ee14eb
limitnumber
offsetnumber

Response

Success

total_countnumber required

Total number of matching custom URL classifications, ignoring pagination

totalCountnumber required

Total number of matching custom URL classifications, ignoring pagination

Example response

{
  "data": [
    {
      "name": "Tutorial",
      "color": "orange"
    }
  ],
  "total_count": 5,
  "totalCount": 5
}