Post Results

Get post result by ID

Returns the outcome of publishing one post to one social account: whether it succeeded, the URL of the live post, and the platform error if it failed. A post targeting five accounts produces five results.

get/v1/post-results/{id}

Path parameters

idstring required

Post Result ID

Response

Post result retrieved successfully.

idstring required

The unique identifier of the post result

post_idstring required

The ID of the associated post

successboolean required

Indicates if the operation was successful

social_account_idnumber required

The ID of the associated Social Account

errorobject required

Error message if the operation failed

Changes

No recorded changes to this endpoint across all 1 revision of this API.