Skip to main content
GET
/
v1
/
content_schema
Get the content block-tree schema
curl --request GET \
  --url https://api.scribe-mail.com/v1/content_schema \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "version": "<string>",
    "schema": {},
    "enums": {},
    "social_icons": {},
    "example": {},
    "guidance": {}
  }
}

Authorizations

Authorization
string
header
required

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

Response

Success

data
object
required