Description: To Verify Details for Installing or checking the latest Update for the Product, call this API with the required parameters mentioned below. URL: api/v2/serial Parameters: Name Data Type Required / Optional Description domain String Optional Enter your domain name order_number Integer Required Enter order number of the product serial_key String Required Enter the serial […]
Category: API
Latest Version
Description: Get latest version of your product URL: api/v1/version/latest Parameters: Name Data Type Required / Optional Description title String Required Name of your product HTTP Method: GET Response Format: JSON Response: Returns JSON which contains below response Success Response: { “version”: “1.9.18” } Validation Failed Response: { “error”: { “title”: [ “The title field is […]
Download
Description: Download the application file from agora billing URL: api/download/faveo Paramaters: Name Data Type Required / Optional Description domain String Optional Domain name of your application. Encrypt with Faveo public key order_number String Required Order number of your product. Encrypt with Faveo public key serial_key String Required Serial key of your product. Ecrypt with faveo […]
Check the Domain
Description: Check the access from authorized domain. URL: api/v1/check-url Parameters: Name Data Type Required / Optional Description url String Required Domain name of your application HTTP Method: GET Response Format: JSON Response: Returns JSON which contains below response Success Response: { “result”: “success” } Possible Errors/Failures: { “result”: “fails” } { “error”: “Undefined variable: s” […]
Overview
The HTTP API provides a simple way to integrate the functionality of our Faveo Agora Invoicing with your Application. You can leverage existing HTTP libraries available in almost all programming languages and try out or test the API easily using your favorite browser. This document is explaining how to call a Faveo API and what […]