curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/management/website' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{
"website": {
"id": 1,
"primary_language": "en",
"secondary_languages": [
"no",
"pl"
],
"service_pages": {
"home_page": {
"id": 1,
"url": "path/to/:id"
},
"articles_list": {
"id": 1,
"url": "path/to/:id"
},
"article_page": {
"id": 1,
"url": "path/to/:id"
},
"events_list": {
"id": 1,
"url": "path/to/:id"
},
"event_page": {
"id": 1,
"url": "path/to/:id"
},
"promotions_list": {
"id": 1,
"url": "path/to/:id"
},
"promotion_page": {
"id": 1,
"url": "path/to/:id"
},
"stores_list": {
"id": 1,
"url": "path/to/:id"
},
"store_page": {
"id": 1,
"url": "path/to/:id"
},
"jobs_list": {
"id": 1,
"url": "path/to/:id"
},
"job_page": {
"id": 1,
"url": "path/to/:id"
},
"press_releases_list": {
"id": 1,
"url": "path/to/:id"
},
"press_release_page": {
"id": 1,
"url": "path/to/:id"
}
},
"layout": {
"components": [
{}
]
},
"config": {},
"service_type": "nextjs",
"service_name": "string",
"service_namespace": "app-cms-bento",
"lucee_site_location": "string",
"favicon": {
"url": "https://example.com/image.png",
"identifier": "1",
"mime_type": "image/jpeg",
"created_at": "2022-11-09T15:46:00.252860Z",
"updated_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 1,
"height": 1
}
},
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z",
"tracking_identifiers": [
{
"type": "google_analytics",
"value": "string"
}
]
}
}