Verify an Eli Lilly member and open a link session
Called server-to-server by the signup application after the member accepts the consent bullets and enters their email. Retrieves the member's profile from Eli Lilly using the correlation ID, verifies the submitted email matches it, and returns an opaque link-session token plus prefill fields. clinic_id names which Eli Lilly environment the member came from. Their dev, qa and staging gateways run in parallel and each is provisioned as its own clinic under its own hospital, so the clinic is what resolves the gateway to call. Omitting it falls back to the configured clinic. Returns 422 when the emails differ; the member-facing wording lives in the signup application.
Request body
Example request
{
"consent": {
"items": [
{
"document_key": "eli_lilly_terms_of_service",
"document_version": "2026-07-01"
}
],
"locale": "en"
}
}Response
Member verified; link session opened
Changes
No recorded changes to this endpoint across all 1 revision of this API.