Skip to content
View as Markdown

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
5

Responses​

Recent tags retrieved successfully.

application/json
JSON
{
"tags": [
{
"id": 0,
"title": "string",
"created_at": "string",
"contact_count": 0
}
]
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI