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

Get User Fax Numbers

GET
https://portal-fax-api.faxsipit.com/api/endpoint/userdid
Retrieve the list of fax numbers assigned to the user.

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/userdid' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
application/json
Body

Example
{
    "fsi_uid": "69",
    "fax_numbers": [
        {
            "fax_number": "54",
            "csid": "97",
            "type": "commodo mollit laborum enim",
            "ata_mac": "in sit qui proident sunt",
            "is_active": false,
            "is_default": true,
            "is_receive_fax_to_ata": false,
            "is_receive_fax_to_email": true,
            "emails_receive_fax": "Henry66@gmail.com",
            "is_inbound_notification_to_ata": false,
            "is_inbound_notification_to_email": false,
            "emails_inbound_notification": "Roel_Waelchi-Reilly@yahoo.com",
            "emails_send_fax": "Shane.Reinger@yahoo.com",
            "is_outbound_notification_to_ata": false,
            "is_outbound_notification_to_email": true,
            "emails_outbound_notification": "Renee_Lakin76@gmail.com",
            "creation_time": 1765585921279
        },
        {
            "fax_number": "35",
            "csid": "42",
            "type": "veniam pariatur",
            "ata_mac": "fugiat mollit",
            "is_active": true,
            "is_default": false,
            "is_receive_fax_to_ata": true,
            "is_receive_fax_to_email": false,
            "emails_receive_fax": "Devyn67@hotmail.com",
            "is_inbound_notification_to_ata": false,
            "is_inbound_notification_to_email": false,
            "emails_inbound_notification": "Angus.Schuster-Considine@gmail.com",
            "emails_send_fax": "Gregg.Doyle83@yahoo.com",
            "is_outbound_notification_to_ata": true,
            "is_outbound_notification_to_email": false,
            "emails_outbound_notification": "Eryn_Ruecker85@yahoo.com",
            "creation_time": 1748232971904
        },
        {
            "fax_number": "70",
            "csid": "89",
            "type": "dolore in",
            "ata_mac": "ad",
            "is_active": true,
            "is_default": false,
            "is_receive_fax_to_ata": false,
            "is_receive_fax_to_email": true,
            "emails_receive_fax": "Jaron16@hotmail.com",
            "is_inbound_notification_to_ata": true,
            "is_inbound_notification_to_email": true,
            "emails_inbound_notification": "Ethelyn.Satterfield68@hotmail.com",
            "emails_send_fax": "Shayne_Hilll@hotmail.com",
            "is_outbound_notification_to_ata": false,
            "is_outbound_notification_to_email": true,
            "emails_outbound_notification": "Wayne.Corwin-Towne45@hotmail.com",
            "creation_time": 1753961178363
        }
    ],
    "code": 60
}
Previous
Get User Info
Next
Refresh Token
Built with