Retrieve a list of tags for the authenticated user’s company. Results are ordered by creation date (newest first).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by auto_assign flag. True if the tag can be automatically assigned by the system, False if it can only be assigned manually.
Filter by tag name (case-insensitive partial match)
A page number within the paginated result set.
Number of results to return per page.