Skip to content
View as Markdown

GET Contacts by Status​

GET
/reports/contacts-by-status

Retrieve total contact counts grouped by subscriber status.

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)

Responses​

Contact counts by status retrieved successfully.

application/json
JSON
{
"stats": [
{
"status": "string",
"count": 0
}
],
"total": 0
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI