Skip to main content
GET
/
onboarding
/
{merchant_id}
/
themes
/
main
Error
A valid request URL is required to generate request examples
{
  "theme_id": 123,
  "name": "<string>",
  "role": "<string>",
  "depict_added": true,
  "has_depict_collection_template": true
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

merchant_id
string
required

Response

Successful Response

theme_id
integer
required
name
string
required
role
string
required
depict_added
boolean
required
has_depict_collection_template
boolean
required