Create and embed GOFA body alignment, cognitive, fall risk, and musculoskeletal assessments.
GOFA assessment APIs create a client-scoped assessment record and return the relative URLs needed to run the user-facing flow. The assessment pages are designed to be opened in an iframe or a trusted application handoff.
The current assessment API routes use the client derived from the request host, an enabled product module, and GOFA's existing authenticated integration boundary. Start with User authentication for a signed-in user or Client tokens for an existing backend integration. Never put a Firebase token, client secret, or other credential in an assessment URL.
The postMessage pages describe the callback envelopes emitted by the embedded assessment flows. Validate the sender origin before accepting any health data.
These pages document the implementation available in the production source reference used for this migration. A client's enabled module and credential permissions still determine whether a route is available. Confirm Commercial API publication, partner entitlements, and host/origin values with GOFA before shipping a new integration.