GET
https://api.engagor.com/{account_id}/publisher/mention/{id}
Returns a single publisher_mention
object.
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
A single publisher_mention
item.
POST
https://api.engagor.com/{account_id}/publisher/mention/{id}
Updates a single publisher_mention
object.
Param | Description | Required | Default Value |
---|---|---|---|
updates |
A JSON encoded array of changes you want to make. Structured as a publisher_mention item, but with only the keys you want to update. |
Yes | |
options |
A JSON encoded array of options for the update. Supported keys: "tags_edit_mode", "sendMail" | No |
The updated publisher_mention
item.
Adding a note to a publisher mention
Assigning a publisher mention with comment
DELETE
https://api.engagor.com/{account_id}/publisher/mention/{id}
Deletes a single publisher_mention
object.
Param | Description | Required | Default Value |
---|---|---|---|
options |
A JSON encoded object of options. Supported keys: "comment" & "sendMail" & "reassignAuthor" actions to perform together with the delete | No |
bool true if delete succeeded