Skip to content

API Documentation šŸ“„ ​

Introduction ​

This documentation aims to assist with the integration between the Alter panel and other systems such as BI tools and other analytics platforms.

All data sent through the API is in JSON format (application/json).

Endpoint ​

The connection endpoint for the Alter Panel RESTful API is:

https://api.painelalter.com

Authentication ​

To perform the integration, you need a username and password provided by AlterVision. These credentials must be encoded and sent in the request header. Authentication is performed using Basic Authentication. See how it works at the link below:

https://www.debugbear.com/basic-auth-header-generator

For example, for username='exemplo' and password='1234', you must include the following attribute in the header: ZXhlbXBsbzoxMjM0, replacing TOKEN.

How to create an API user? ​

Ask a user with administrative privileges ("admin") on the AlterVision platform to create a new user through painelalter.com and send you the username and password. This new API user must have "admin" privileges to receive automatic store updates.

Questions, suggestions, or issues ​

If you have any questions, complaints, or suggestions for improvements to facilitate API integration, please contact us via email at suporte@altervision.com.br.