Skip to main content
GET
/
v1
/
themes
/
:id
Get Theme
curl --request GET \
  --url https://api.oviond.com/v1/themes/:id \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "<string>",
    "account_id": "<string>",
    "name": "<string>",
    "tokens": {},
    "is_default": true,
    "created_at": null,
    "cover_page": {
      "pattern_id": "<string>",
      "bg_image_url": "<string>",
      "title": "<string>",
      "subtitle": "<string>",
      "widgets": []
    },
    "thank_you_page": {
      "pattern_id": "<string>",
      "bg_image_url": "<string>",
      "title": "<string>",
      "subtitle": "<string>",
      "widgets": []
    }
  }
}

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

Theme document

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