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
_idfield 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_pageswith their URLs and locales
Updating an Existing Group:
- Include the
_idfield 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
- 200
- 201
- 400
- 401
OK
CREATED
BAD_REQUEST
UNAUTHORIZED