Skip to main content
Version: 1

iPlusView YAML

Introduction​

This API is documented in OpenAPI format.

The iPlusView API platform is built around REST. We aim to provide intuitive endpoints that can be easily discovered to help leverage the iPlusView platform for your SMM needs. The RESTful APIs outlined here use JSON-encoded request and response format, along with HTTP codes, to convey processing status of requests received.

Add provider​

Provider URL: iplusview.store
API key: Find your API key in the settings page

API example PHP file​

example.txt

Rates, Charges, Balances, etc.​

All money-related fields are represented as floating-point numbers. The amount is always returned in THB.

Cross-Origin Resource Sharing​

This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with W3C spec. And that allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.

Authentication​

iPlusView offers one form of authentication, that should always be present in your request in the form of query parameter or inside the request body. You should always pass your API key in the key parameter, which is required for all requests.

Contact

API Support: apiteam@iplusview.store

License

Apache 2.0