GET
/
email_template_embeds
/
{id}
curl --request GET \
  --url https://api.pocketflows.com/email_template_embeds/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "<string>",
  "url": "<string>",
  "expires_at": "<string>"
}

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 email template embed

Response

200 - application/json
The `EmailTemplateEmbed` object
id
string
required

The ID of the email template embed

url
string
required

The URL to embed the email template editor

expires_at
string
required

When the email template embed expires and needs to be regenerated