Does Post Affiliate Pro provide REST API for available subscription plans?

Customer context: The customer is considering Post Affiliate Pro and wants to know which subscription plans have API or REST API

Customer: Does Post Affiliate Pro provide REST API for available subscription plans?

Answer: Post Affiliate Pro does not currently utilize a REST API; instead, our actions and operations are executed through a PHP file. It is possible to call the API in JSON data format, so you can actually simulate REST. This provides as much functionality and depth as one can expect from an interface. Our offering is essentially divided into two APIs available in all subscription plans: High-Level API and Low-Level API.
Our High-Level API provides the prepared basic API objects directly, which greatly simplifies tasks. On the other hand, Low-Level API offers more granular control by showing the actual requests made by the merchant panel. You can repeat these same requests through the API, identical to what is made via the merchant panel. This can usually be observed through the browser's development tools. More information is available in our knowledgebase: https://support.qualityunit.com/712031-API

×