API (v1.1)

Authentication

Before starting to use our api, you first need to get an API key. Please refer to our application or customer support on how to obtain it. Then, you must supply that API key on every request you make to the API. All requests are associated with a specific user and permissions are limited to that user's capabilities.

You may authenticate yourself using two methods, either using HTTP Basic Auth or by sending a specific Request Param.

HTTP Basic Auth

For using this method, you just send the API key as the user for HTTP Basic Auth:

$ curl -u api_key: https://www.vendus.co.ao/ws/v1.1/account

Request Param

You may send API key as a request parameter, like so:

$ curl https://www.vendus.co.ao/ws/v1.1/account?api_key=api_key