Skip to main content
GET
/
unsubscribe_embeds
/
{id}
Retrieve an unsubscribe embed
curl --request GET \
  --url https://api.pocketflows.com/unsubscribe_embeds/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "<string>",
  "url": "<string>",
  "customer": "<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 unsubscribe embed

Response

200 - application/json

An UnsubscribeEmbed object

id
string
required

The ID of the unsubscribe embed

url
string
required

The URL to embed the unsubscribe form

customer
string
required

The ID of the customer that's unsubscribing

I