GET https://api.engagor.com/{account_id}/publisher/mention/{id}

Description

Returns a single publisher_mention object.

Required Access Token Scope

accounts_read

GET Parameters

Param Description Required Default Value
This API endpoint doesn't need any parameters.

Result

A single publisher_mention item.

POST https://api.engagor.com/{account_id}/publisher/mention/{id}

Description

Updates a single publisher_mention object.

Required Access Token Scope

accounts_read, accounts_write

POST Parameters

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

Result

The updated publisher_mention item.

Examples

Adding a note to a publisher mention

Assigning a publisher mention with comment

Publish a scheduled post

DELETE https://api.engagor.com/{account_id}/publisher/mention/{id}

Description

Deletes a single publisher_mention object.

Required Access Token Scope

accounts_write

DELETE Parameters

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

Result

bool true if delete succeeded