Skip to main content
GET
List all tags for the authenticated user's company

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

auto_assign
boolean

Filter by auto_assign flag. True if the tag can be automatically assigned by the system, False if it can only be assigned manually.

name
string

Filter by tag name (case-insensitive partial match)

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

Response

List of tags for the authenticated user's company

count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"