The partner is required to implement an endpoint that Truemed requests to inform the partner
of the qualification_session status.
The qualification_session_complete webhook will only be called once for each qualification
session, on status change to approved, or rejected.
Authentication: Partners should verify the request comes from Truemed by checking that
the API key is present in the x-truemed-api-key HTTP header.
status - the status of the qualification session, an enum with one of the following
values:
pending - the user hasn’t has not completed the surveyprocessing - the user has completed the session and it is under reviewapproved - the user has been issued a Letter-of-Medical-Necessityrejected - the user is ineligible to receive a Letter-of-Medical-Necessityexpires_at: (Optional) - the datetime at which the Letter-of-Medical-Necessity expires
null.user_id: (Optional) - the user_id provided in the qualification session redirect
URL param
null if user_id wasn’t provided in the URL for creation.source: (Optional) - the source provided in the qualification session redirect URL
param
null if source wasn’t provided in the URL for creation.HTTP Status: 204
The partner does not need to include any content in the body.
Truemed will retry the requests to your backend with backoff for up to 7 days
The qualification_session_id returned by Truemed when the qualification session was created via create_qualification_session.
The status of the qualification_session.
An optional datetime at which the Letter-of-Medical-Necessity expires.
An optional user_id, if provided in the redirect.
Webhook received successfully (HTTP 204 No Content)