FaxSIPit API
HomeGithub
HomeGithub
Support
Login
  1. Generic-Fax-API
  • Generic-Fax-API
    • Test Connection
      GET
    • Sign in - with username/password
      POST
    • Verify Token
      POST
    • Get Cover Page List
      GET
    • Send a Fax
      POST
    • Get Sent Status
      GET
    • New Received Count
      GET
    • Get Received Faxes
      GET
    • Get Sending Faxes
      GET
    • Get Sent Faxes
      GET
    • Preview Fax
      POST
    • Download Fax
      POST
    • Get User Info
      GET
    • Get User Fax Numbers
      GET
    • Refresh Token
      GET
  • Untitled Endpoint
    GET
  1. Generic-Fax-API

New Received Count

GET
https://portal-fax-api.faxsipit.com/api/endpoint/new-received-count
Get the number of newly received faxes.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://portal-fax-api.faxsipit.com/api/endpoint/new-received-count' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
application/json
Body

Example
{
    "code": 1,
    "count": 0,
    "message": "New received faxes count."
}
Previous
Get Sent Status
Next
Get Received Faxes
Built with