API Endpoint Catalog

These are the Bearer-authenticated operations documented by the Medsender developer portal. Paths are relative to https://api.medsender.com/api/v2. The same typed registry generates this catalog and OpenAPI description.

MethodPathOperationDocumentation
GET/sent_faxesList sent faxes

Returns a paginated list of sent faxes for the authenticated account.

sent-faxes
GET/sent_faxes/:send_tokenRetrieve a sent fax

Retrieves the documented details and delivery status for one sent fax.

sent-faxes
POST/sent_faxesSend a fax

Uploads a PDF or TIFF and queues a fax for delivery.

sent-faxes
GET/received_faxesList received faxes

Returns a paginated list of received faxes for the authenticated account.

received-faxes
GET/received_faxes/:send_tokenRetrieve a received fax

Retrieves the documented details for one received fax.

received-faxes
POST/received_faxes/test_receiveSimulate a received fax

Uploads a PDF or TIFF to simulate an inbound fax in the test workflow.

received-faxes
POST/received_faxes/:send_token/forward_as_faxForward a received fax

Forwards an existing received fax to another fax number.

received-faxes
GET/fax_numbersList fax numbers

Returns all fax numbers provisioned for the authenticated account.

fax-numbers
GET/fax_numbers/:slugRetrieve a fax number

Retrieves one fax number by its documented identifier.

fax-numbers
POST/fax_numbersProvision a fax number

Provisions a fax number in the requested US area code.

fax-numbers
PATCH/fax_numbers/:slugUpdate a fax number

Updates the callback URL or assigned client for an existing fax number.

fax-numbers
GET/clientsList clients

Returns all logical clients configured for the authenticated account.

clients
GET/clients/:client_idRetrieve a client

Retrieves one logical client and its assigned fax numbers.

clients
POST/clientsCreate a client

Creates a logical client and optionally assigns a fax number.

clients
PATCH/clients/:client_idUpdate a client

Updates an existing logical client.

clients
POST/emailsSend a secure email link

Uploads a document and sends its recipient a secure, time-limited email link.

emails
GET/emails/:email_idRetrieve a secure-link email

Retrieves the documented status and secure-link fields for one email.

emails
GET/ai_documentsList AI documents

Lists AI document-processing records for the authenticated account.

ai-documents
GET/ai_documents/:ai_tokenRetrieve an AI document

Retrieves extracted fields and classification for one AI document token.

ai-documents
POST/ai_documentsRun AI on a document

Uploads a PDF document up to 50 MB (52,428,800 bytes) for asynchronous AI extraction and classification.

ai-documents

The private provider callback at POST /received_faxes is not part of this developer Bearer-key catalog. Field-level details are included only where the current documentation publishes them.