Multitech FF220 User's Guide Page 119

  • Download
  • Add to my manuals
  • Print
  • Page
    / 155
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 118
Appendix B: Customization
Multi-Tech Systems, Inc. FaxFinder Admin User Guide 119
Verify User
Authenticates the user and then simply returns 200 OK.
HTTP Request line:
GET /ffws/v1/verify HTTP/1.1
HTTP Response Status Codes:
200 OK
Verified
Example:
GET /ffws/v1/verify HTTP/1.1
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 200 OK
content-type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<response>
<message>Verified</message>
</response>
Retrieving information about the FaxFinder
HTTP Request line:
GET /ffws/v1/about HTTP/1.1
HTTP Response Status Codes:
200 OK
Success
Example:
GET /ffws/v1/about HTTP/1.1
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 200 OK
content-type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<response>
<message>Success</message>
<about>
<model>FF230</model>
<version>2.0</version>
</about>
</response>
Page view 118
1 2 ... 114 115 116 117 118 119 120 121 122 123 124 ... 154 155

Comments to this Manuals

No comments