Get Truemed Session
Retrieve the full state of one Truemed session: its qualification status, order items, and every recorded capture, refund, and auth hold. This is the canonical lookup you reconcile against after a truemed_session.updated webhook fires — webhooks signal each qualification change, so there’s no need to poll.
Authentication
x-truemed-api-keystring
Sales channel API key for merchant server-to-server authentication
Path parameters
truemed_session_id
The Truemed session ID from the URL path.
Response
Successful response
auth_holds
Authorization holds recorded against this session, oldest first.
captures
Merchant-reported captures recorded against this session.
cart_info
Eligibility statement about the cart.
created_at
When the session was created.
customer_email
The customer's email address, echoed from the create request.
customer_name
The customer's full name, echoed from the create request.
is_testing
Whether this session was created in test mode.
order_items
Cart line items, echoed as a denormalized snapshot captured at session creation.
qualification_info
Qualification statement about the shopper.
refunds
Refunds recorded against this session, oldest first.
truemed_session_id
The unique ID for this Truemed session.
user_id
Your stable identifier for this customer, echoed from the create request.
metadata
Opaque value echoed from session creation.
Errors
400
Bad Request Error
404
Not Found Error
405
Method Not Allowed Error
500
Internal Server Error
501
Not Implemented Error