cURL
curl --request POST \ --url https://api.withflex.com/v1/checkout/sessions/{id}/lomn/resend \ --header 'Authorization: Bearer <token>'
{ "consultation_ids": [ "<string>" ] }
Resends existing LOMN (Letter of Medical Necessity) emails for a checkout session.
Looks up all consultations associated with the checkout session that have a letter of medical necessity and enqueues them to be emailed to the customer.
Use a Bearer token to access this API.
The consultation IDs that were queued for LOMN email resending.