cURL
curl --request GET \ --url https://api.pocketflows.com/embeds/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "id": "<string>", "business": "<string>", "expires_at": "<string>", "url": "<string>", "plg": true, "admin": true }
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 embed
The Embed object
Embed
The ID of the business
The time when the embed will expire in ISO 8601 format
The URL of the embed
Whether this is a PLG embed
Whether this is an admin embed