Skip to main content

Store the Hosted Pages Group

POST 

/hostedpages-srv/hpgroup

This API call creates or updates a hosted pages group.

Creating a New Group:

  • Omit the _id field to create a new hosted pages group
  • Provide groupOwner (admin, client, or system)
  • Set default_locale (e.g., "en-US", "de-DE")
  • Include an array of hosted_pages with their URLs and locales

Updating an Existing Group:

  • Include the _id field of the existing group
  • Provide updated fields (all fields will be updated)
  • Returns 200 if updated, 201 if created

Hosted Page Types: Supported types include: login, register, login_success, register_success, password_forgot_init, password_set, password_set_success, verification_init, verification_complete, mfa_required, consent_preview, consent_scopes, logout_success, account_deduplication, and more.

Related Documentation:

Request

Responses

OK