Publication Config API
The FLOW Publication Config API provides a couple of ways to access the publication config entities in their different formats
Publication Config
The following endpoint returns the publication config for a publication.
It does the by automatically detecting if it is a DEV, UAT or PROD request and returns the correct config.
You can also add ?environment=dev|uat|prod to override it
type
is either web or cms
publicationDomain
Is the domain of the publication you want config for
/api/publication-config/{type}/{publicationDomain}
Full JSON response Endpoint
/api/publications/{publicationDomain}
Small JSON response Endpoint
/api/publication/{publicationDomain}
Search Endpoint, same as vocab search
/api/vocab/publications/independent.co.uk
Where publicationDomain is the domain e.g. example.com