Skip to main content

Fetch a Hosted Page from the Hosted Pages Group.

GET 

/hostedpages-srv/hpgroup/:id/:hpid

This API call determines the hosted page for the given ID with locales from the Accept-Language header or query parameter.

Locale Resolution:

  • If locale query parameter is provided, it takes precedence
  • Otherwise, uses the Accept-Language HTTP header
  • Falls back to the group's default_locale if no match is found

Use Cases:

  • Retrieve the correct hosted page URL for a specific page type and locale
  • Support multi-language applications by dynamically selecting the appropriate page
  • Get page configuration for rendering in your application

Related Documentation:

Request

Responses

OK