https://api-us.engagor.com/{account_id}/publisher/mentions
Returns publisher_mention
items in the inbox (for a certain filter).
Param | Description | Required | Default Value |
---|---|---|---|
filter |
A filter query string. | No |
"posts_status:draft" |
topic_ids |
Comma separated list of topic ids to search in. If empty: default inbox selection for user. | No | |
date_from |
ISO 8601 formatted date, defaults to 28 days ago. | No | |
date_to |
ISO 8601 formatted date, defaults to now. | No | |
page_token |
Paging parameter. | No | |
limit |
Amount of mentions to return. | No |
(int) 20 |
paged_list
of publisher_mention
items.