Skip to main content
GET
/
api
/
v1
/
:team_slug
/
:app_slug
/
channels
/
{channel_id}
/
content
/
parent
/
{parent_id}
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "created_at": "<string>",
      "field_type": "<string>",
      "id": "<string>",
      "parent_id": "<string>",
      "parent_type": "<string>",
      "preview": [
        "<string>"
      ],
      "relationships": [
        "<string>"
      ],
      "updated_at": "<string>",
      "value": "<string>"
    }
  ],
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

team_slug
string
required

Team slug

app_slug
string
required

App slug

channel_id
string
required

Channel ID

parent_id
string
required

Parent ID (product or variant)

Response

OK

data
object[]
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean