Skip to content

Check URL

Sayar Samanta edited this page Aug 28, 2018 · 4 revisions

Description : This api will check if the url is of a Faveo web application. It basically establishes connection with Faveo web app and checks url is of Faveo web app or not .

  1. URL : /api/v1/helpdesk/check-url

Parameters :

Name Data Type Required/Optional Description
url String Required This is the URL where your helpdesk is located
api_key String Optional An alphanumeric code that can be used to authenticate your API calls. To make it required login to Admin panel and go to API setting and make it mandatory

HTTP Method : GET

Response Format : JSON

Response : Returns success if the url is correct.

URL Request Example : http://www.stablehelpdeskc.faveodemo.com/api/v1/helpdesk/check-url?url=http://productdemourl.com/community/public&api_key=9p41T2XFZ34YRZJUNQAdmM7iV0Rr1CjN

Success Response :

{
"result":"success"
}

Installation and Upgrade Guide

Administrator's Guide

Agent's Guide

Email Integration

Release & Upgrade Notes

Known Issues

Contribute & Feedback

Knowledge Base

Third Party Integration

Plugins

API

Clone this wiki locally