cURL
curl --request POST \ --url https://api.pocketflows.com/businesses/{id}/reviews/embeds \ --header 'Authorization: Basic <encoded-value>'
{ "id": "<string>", "url": "<string>", "config": { "id": "<string>", "title": "<string>", "review_text_prompt": "<string>", "review_text_placeholder": "<string>", "min_stars_to_prompt_review": 123, "google_request_review_url": "<string>", "submit_cta": "<string>" } }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The ID of the business
The created ReviewEmbed object
ReviewEmbed
The response is of type object.
object