Skip to main content
GET
/
v1
/
themes
List Themes
curl --request GET \
  --url https://api.oviond.com/v1/themes \
  --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.

Response

200 - application/json

Theme list

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