Retrieve preview configuration
GET https://manage.kontent.ai/v2/projects/:environment_id/preview-configuration
View the complete preview URLs configuration for the specified environment.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"space_domains":[{"space":{},"domain":"www.mysite1.com"},{"space":{},"domain":"www.mysite2.com"}],"preview_url_patterns":[{"content_type":{},"url_patterns":[{"space":{},"url_pattern":"https://{Space}/{Lang}/articles/history/"}]},{"content_type":{},"url_patterns":[{"space":null,"url_pattern":"https://www.mysite1.com/{Lang}/articles/"}]}]}