Skip to main content
Version: 2

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.

Translations

By default all translatable attributes (e.g names, descriptions) are in English. You can specify the language that should be used via an additional header X-Language: th to get the response in Thai. Currently supported header values are: en, th.

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 (Find your API key in the settings page):

  • API Key

Authentication

Security Scheme Type:

apiKey

Header parameter name:

X-API-Key

Contact

API Support: [email protected]

License

Apache 2.0