GET
/
ott
/
page_components
/
v1
/
{page_component_id}
curl --request GET \
  --url https://api.mottostreaming.com/ott/page_components/v1/{page_component_id} \
  --header 'Authorization: Bearer <token>'
{
  "page_component": {
    "id": "<string>",
    "project_id": "<string>",
    "name": "<string>",
    "type": "<string>",
    "data": {},
    "props": {},
    "environments": [
      "<string>"
    ],
    "visibility": "VISIBILITY_UNSPECIFIED",
    "group_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

page_component_id
string
required

Response

200
application/json
OK
page_component
object