Skip to main content
GET
/
v1
/
signatures
/
{id}
/
html
Get a signature's real rendered HTML for a recipient
curl --request GET \
  --url https://api.scribe-mail.com/v1/signatures/{id}/html \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "html": "<string>",
    "email_id": "<string>"
  }
}

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

email_id
string
required

Response

Rendered HTML

data
object
required