GET Dynamic Post Taxonomies​
GET
/campaigns-pro/posts/taxonomies
Retrieve all public taxonomies and their terms for each registered public post type. Used by the email builder's dynamic post block to populate taxonomy filter options.
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​
Taxonomies grouped by post type.
application/json
JSON
{
"taxonomies": {
"additionalProperties": {
"terms": {
"additionalProperties": [
{
"value": 0,
"label": "string"
}
]
}
}
}
}