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 Info

GET
https://portal-fax-api.faxsipit.com/api/endpoint/userinfo
Retrieve information about the authenticated user.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/x-www-form-urlencoded

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

Responses

🟢200Success
application/json
Body

Example
{
    "code": 87,
    "fsi_uid": "62",
    "email": "Spencer29@gmail.com",
    "first_name": "Michel",
    "last_name": "Yundt-Bergstrom",
    "time_zone": "2026-01-16 02:29:40",
    "count_sent": 83,
    "is_active": 99,
    "is_receive_notification": 48,
    "is_allow_del_inbox": 8,
    "is_allow_del_sent": 40
}
Previous
Download Fax
Next
Get User Fax Numbers
Built with