Skip to main content

get_homepage_url

Generates a ready-to-open Eleme H5 homepage link for the consented user, wrapped as an action (open_h5). The link carries a channel JWT signed locally for the user’s identity; hand it to the frontend / IM so the user can tap to land on their Eleme homepage.
Dependency: complete user binding to obtain a consent_grant_id first (request_user_bind → verify_user_bind). Once opened, the user’s Eleme session is tied to this consent grant — the caller does not assemble any parameters. Pass the returned action_url to the user as-is; do not rewrite it or append query parameters.

Parameters

Returns

Error Codes

See Error Handling for the full list.

Example Call