GET Recent Tags​
GET
/reports/recent-tags
Retrieve the most recently created tags along with how many contacts are assigned to each tag.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Query Parameters
per_page
Maximum number of recent tags to return.
Type
integer
Default
5Responses​
Recent tags retrieved successfully.
application/json
JSON
{
"tags": [
{
"id": 0,
"title": "string",
"created_at": "string",
"contact_count": 0
}
]
}