Skip to main content
GET
/
v1
/
signatures
/
{id}
/
preview
Preview a signature with placeholder values
curl --request GET \
  --url https://api.scribe-mail.com/v1/signatures/{id}/preview \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "html": "<string>",
    "content": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

content
enum<string>
Available options:
draft,
published

Response

200 - application/json

Rendered preview

data
object
required