Skip to main content
GET
/
v1
/
tags
List tags
curl --request GET \
  --url https://api.slant.app/v1/tags \
  --header 'Authorization: Bearer <token>'
{
  "tags": [
    {
      "id": "def456",
      "name": "Urgent"
    }
  ]
}

Authorizations

Authorization
string
header
required

OAuth 2.0 Bearer Token from Clerk authentication

Query Parameters

record_type
enum<string>

Filter tags by the type of record they apply to

Available options:
household,
task,
business,
opportunity

Response

successful with record_type filter

tags
object[]
required