Knowlege base

Overview

Article ID: 411
Last updated: 14 May, 2024

This section describes the REST API that can be used to integrate Digital Fax and third party systems, making them capable to automate fax-related activities.

Basic Authentication

The REST API identifies its user with HTTP Basic Authentication. That is, if a function requires authentication, then it requires the Authorization HTTP header, which must be as follows:

Authorization: Basic <userPasswordBase64>

where <userPasswordBase64> is the base64 encoding of <user>:<password>.

For instance, suppose you need to call a function with user="myuser" and password="mypassword". You need to base64-encode the string "myuser:mypassword", which is "bXl1c2VyOm15cGFzc3dvcmQ=", obtaining the following HTTP header:

Authorization: Basic bXl1c2VyOm15cGFzc3dvcmQ=

Postman samples

The attached ZIP file (at the bottom of this page) contains a json collection file that you can import into Postman. It includes some useful samples to understand how to invoke with Postman the relevant API methods.

Article ID: 411
Last updated: 14 May, 2024
Revision: 99
Views: 2908
Print Export to PDF Subscribe Share
This article was:  
Attached files
file Imagicle StoneFax API.postman_collection.zip (1 kb)

Prev   Next
Product Integration API     Submit Fax