-
Notifications
You must be signed in to change notification settings - Fork 121
API 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 will be response format. Base Url : https://www.billing.faveohelpdesk.com
Note It is a good practice to URL encode all values when sending them via the HTTP API. This is especially required when Customer details, Contact details, Passwords, etc. contain special characters. Additional Information
The HTTP API currently supports the following response formats:
- XML
- JSON
You can specify the required Response Format as an extension to the URL path as illustrated below: Example (JSON): /api/v1/json Example (XML): /api/v1/xml
Note
- JSON response is returned by default, if no response format is specified.
- XML response API is still under construction. ONLY JSON AVAILABLE FOR NOW
Did you find it helpful? If not email us on [email protected]
- Server Requirement
- Installation with Apache 2.4
- Installation with cPanel
- Cron Job or any Job scheduler
Products
Users
Orders
Invoice
Pages
Settings
- Overview
- Check the Domain
- Download
- Latest Version
- Verify Product
- Renewal URL
-
Cloud APIs and Integration
- Tenant Creation API
- Change Domain API
- View Tenant
- Get Tenants
- Delete Tenant
- Delete Cloud Instance for Client
- Enable Cloud
- Domain Cloud Autofill
- Order Domain Cloud Autofill
- Upgrade Cost Calculator API Documentation
- Agent Alteration API Documentation
- Upgrade/Downgrade Cloud Service API Documentation
- Currency Formatting API Documentation
- Currency Format Processing API Documentation
- Payment Calculation API Documentation
- Update User Session API Documentation