Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.77 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.77 KB

OT-cloudfax-notification-postman-collection

Description

OpenText cloudfax and notifications consists of a collection of APIs used by customers to send faxes, emails, sms and check the delivery status of them.

The APIs are based on REST architecture with JSON schema representation. The URIs are easily understood and resource-based. We abide by the standards of HTTP, using the natural verbs provided by the standard along with its return codes to describe the result of each action. Custom error messages are also included as JSON response body which will help in correctly rectifying any specific issues.

Below are the list of APIs supported

  • Fax Submit
  • Fax Status
  • Email Submit
  • Email Status
  • SMS Submit
  • SMS Status

Import Postman Collection

The collection can be imported in the postman application using the "import from file" option.

Authentication

The APIs support both basic as well as OAUTH2.0 for authentication purposes. Use account credentials provided with free trial program.

API Documentation

This collection uses APIs defined here:

Cloud Fax | View & Communicate | OpenText APIs | Developer | OpenText

Notifications - SMS | View & Communicate | OpenText APIs | Developer | OpenText

Notifications - Email | View & Communicate | OpenText APIs | Developer | OpenText