GET List Tags​
Retrieve a paginated list of tags. Optionally includes subscriber counts and a separate array of all tags for dropdown/select usage.
Required capability: fcrm_manage_contact_cats
Enforced by TagPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Search tags by title, slug, or description.
Column to sort by.
"id""title""slug""created_at""id"Sort direction.
"ASC""DESC""DESC"Number of tags per page.
15Page number for pagination.
1If set to any truthy value, subscriber counts will not be included for each tag.
If set to any truthy value, includes a flat all_tags array with id, title, and slug of every tag (useful for dropdowns).
Responses​
Paginated list of tags.