Skip to content
View as Markdown

GET List Email Pattern Categories​

GET
/email-patterns/categories

Retrieve the unique category names currently used by saved email patterns. The list is sorted alphabetically.

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​

List of unique email pattern category names.

application/json
JSON
{
"categories": [
"string"
]
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI