cURL
curl --request GET \ --url https://api.bundle.social/api/v1/misc/facebook/recommendations/{recommendationId} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "socialAccountId": "<string>", "teamId": "<string>", "externalRecommendationId": "<string>", "hasMedia": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "openGraphStoryId": "<string>", "reviewerDisplayName": "<string>", "reviewerProfilePhotoUrl": "<string>", "recommendationValue": "RECOMMEND", "rating": 123, "comment": "<string>", "mediaSummary": [ "<string>" ], "ownerReplyComment": "<string>", "ownerReplyCommentId": "<string>", "ownerReplyUpdatedAt": "2023-11-07T05:31:56Z", "createTime": "2023-11-07T05:31:56Z", "updateTime": "2023-11-07T05:31:56Z", "importedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" }
200
RECOMMEND
NOT_RECOMMEND
UNKNOWN
Was this page helpful?