# FaxSIPit API ## Docs - [Generic-Fax-API](https://doc.coloring-page.online/generic-fax-api-66420063f0.md): FaxSIPit Generic Fax API is a lightweight, token-secured platform for sending, tracking, and managing faxes in modern apps and workflows. It provides a simple authentication flow, reliable job submission, and clear inbox/outbox primitives so developers can add fax capability without wrestling with telephony. ## API Docs - Generic-Fax-API [Test Connection](https://doc.coloring-page.online/test-connection-349233889e0.md): Test the API connection. - Generic-Fax-API [Sign in - with username/password](https://doc.coloring-page.online/sign-in-with-usernamepassword-349233890e0.md): Sign in using a username and password. - Generic-Fax-API [Verify Token](https://doc.coloring-page.online/verify-token-349233891e0.md): Verify if access token is valid - Generic-Fax-API [Get Cover Page List](https://doc.coloring-page.online/get-cover-page-list-349233892e0.md): Retrieve the list of available cover pages. - Generic-Fax-API [Send a Fax](https://doc.coloring-page.online/send-a-fax-349233893e0.md): Send a fax with the provided details and file. - Generic-Fax-API [Get Sent Status](https://doc.coloring-page.online/get-sent-status-349233894e0.md): Get the status of a sent fax by its ref_code. - Generic-Fax-API [New Received Count](https://doc.coloring-page.online/new-received-count-349233895e0.md): Get the number of newly received faxes. - Generic-Fax-API [Get Received Faxes](https://doc.coloring-page.online/get-received-faxes-349233896e0.md): Retrieve received faxes, paginated and optionally ordered by time. - Generic-Fax-API [Get Sending Faxes](https://doc.coloring-page.online/get-sending-faxes-349233897e0.md): Retrieve faxes that are currently being sent (outbox) in descending order. - Generic-Fax-API [Get Sent Faxes](https://doc.coloring-page.online/get-sent-faxes-349233898e0.md): Retrieve sent faxes, paginated and optionally ordered by time. - Generic-Fax-API [Preview Fax](https://doc.coloring-page.online/preview-fax-349233899e0.md): Preview a fax by providing its details. If the status of the fax is 'New', then it changes the status of the fax to 'Read' on the server. - Generic-Fax-API [Download Fax](https://doc.coloring-page.online/download-fax-349233900e0.md): Download a fax by providing its details. If the status of the fax is 'New' or 'Read', then it changes the status of the fax to 'Downloaded' on the server. - Generic-Fax-API [Get User Info](https://doc.coloring-page.online/get-user-info-349233901e0.md): Retrieve information about the authenticated user. - Generic-Fax-API [Get User Fax Numbers](https://doc.coloring-page.online/get-user-fax-numbers-349233902e0.md): Retrieve the list of fax numbers assigned to the user. - Generic-Fax-API [Refresh Token](https://doc.coloring-page.online/refresh-token-349233903e0.md): Refresh the authentication token. - [Untitled Endpoint](https://doc.coloring-page.online/untitled-endpoint-355040042e0.md):