v1

latestOpenAPI 3.1.02026-07-2684271522.2 KB
Checkout Sessions

Resend Checkout Session Lomn

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.

post/v1/checkout/sessions/{id}/lomn/resend

Path parameters

idstring required
Example:fcs_01J9XR8M3K7VZ8N2YB4WJ6T0RA

Response

Response returned after queuing Letter of Medical Necessity (LOMN) emails for resending.

consultation_idsstring[] required

The consultation IDs that were queued for LOMN email resending.

Example response

{
  "consultation_ids": [
    "string"
  ]
}