v1
latestOpenAPI 3.0.32026-07-26710398.3 KBProject
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
Example response
{
"data": [
{
"name": "Tutorial",
"color": "orange"
}
],
"total_count": 5,
"totalCount": 5
}