Skip to main content

Introduction

bLink has been implemented around RESTful principles. Our API uses OAuth Authentication where JSON and XML payloads are returned in response to the HTTP requests. All operations can be performed via GET, POST, PUT, and DELETE requests.

Environment

You can interact with bLink using the following environments: Testing and Production.

Testing

This is a controlled environment in which our users are able to carry out tests during the implementation. When performing tests in the testing environment, they do not have any effects on live data and accounting since the data used during the test mode is synthetic. The information entered is usually fictitious and protected from the production environment, not being able to be viewed by anyone on the other side of the platform.

Production

This is the environment where real events occur that impact metrics and accounting. This environment is used as soon as the integration tests are finished and ready to be made available to the real end customers.