GET List Smart Links​
Retrieve a paginated list of smart links. Smart links are trackable URLs that can automatically apply actions (add/remove tags, add/remove lists) when a contact clicks them. Supports search and sorting. Requires FluentCampaign Pro.
Required capability: fcrm_manage_settings
Enforced by SmartLinksPolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro. Without it the route does not exist.
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 smart links by title, target URL, or notes.
Column to sort by.
"id"Sort direction. Accepts ascending or descending (also asc/desc).
"ascending""descending""asc""desc""desc"Number of smart links per page.
15Page number for pagination.
1Responses​
Paginated list of smart links, or disabled status if the module is not activated.