Get Qualification Session Details
Get the status of a `qualification_session` based on the `qualification_session_id`.
## Request Notes
To get the status of a Qualification Session object, call the detail view with the ID
of the qualification session returned by the
[Qualification Session Completed](/api-reference/qualification-sessions/qualification-status-updated-webhook)
webhook.
## Response Notes
- `status` - the status of the qualification session, an enum with one of the
following values:
- `pending` - the User has not yet completed the survey
- `processing` - the user has completed the session and it is under review
- `approved` - the user has been issued a Letter-of-Medical-Necessity for the
items specified in the `create_qualification_session` API call's `order_items`
field.
- `rejected` - the user is ineligible to receive a Letter-of-Medical-Necessity for
the items specified in the `create_qualification_session` API call's
`order_items` field.
Authentication
x-truemed-api-keystring
Sales channel API key for merchant server-to-server authentication
Path parameters
qualification_session_id
The qualification session ID from the URL path
Response
Successful response
qualification_session_id
The id of the payment session.
status
The status of the initial payment.
Allowed values:
expires_at
The datetime at which the Letter-of-Medical-Necessity expires.
source
The source provided in the qualification session redirect URL param.
user_id
The user_id provided in the qualification session redirect URL param.