cURL
curl --request GET \ --url https://api.mottostreaming.com/ott/page_components/v1/batch \ --header 'Authorization: Bearer <token>'
{ "page_components": [ { "id": "<string>", "project_id": "<string>", "name": "<string>", "type": "<string>", "data": {}, "props": {}, "environments": [ "<string>" ], "visibility": "VISIBILITY_UNSPECIFIED", "group_id": "<string>" } ] }
BatchGetPageComponents
Returns page_component information by page_component IDs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object