Skip to main content
GET
/
v1
/
email
/
templates
/
{id}
Get Email Template
curl --request GET \
  --url https://api.oviond.com/v1/email/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "<string>",
    "account_id": "<string>",
    "name": "<string>",
    "subject": "<string>",
    "message": "<string>",
    "button_top": true,
    "is_default": true,
    "is_published": true,
    "created_at": "<string>",
    "updated_at": "<string>",
    "button_text": "<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

Response

200 - application/json

Template

success
enum<boolean>
required
Available options:
true
data
object
required