Description:
Checking billing access to the URL. API checks if the customer has purchased the pro app
URL: v3/api/check-url
(Replace this URL with you helpdesk URL)
Parameters:
Name | Data Type | Required / Optional | Description |
api_key | String | Optional | An alphanumeric code that can be used to authenticate your API calls |
url | String | Required | Domain URL |
HTTP Method : GET
- URL Request Example:
https://billing.faveohelpdesk.com/api/check-url?url=https://www.stablehelpdesk.faveodemo.com
Response
- Response Format : JSON
- Returns JSON which contains below response
Sample JSON Success Response :
{ "result":"success" }
Response Description:
Name | Description |
result | It returns result=success for success and else returns result=fails |
Possible Errors/Failures: