Skip to main content
GET
/
review_embeds
/
{id}
/
show
Render the user experience of a review embed
curl --request GET \
  --url https://api.pocketflows.com/review_embeds/{id}/show \
  --header 'Authorization: Basic <encoded-value>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.pocketflows.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the review embed

Response

200 - text/html

The rendered user experience of the review embed

The response is of type string.