Kobra API is a set of REST APIs for the integration of the Kobra platform with your financial applications.
Kobra APIs available
- Auth: Login for request the Kobra APIs.
- Layout: Import accounts into Kobra platform.
- Visits: Get visits done by Kobra agents.
Requests to Kobra API
The Kobra API services work in the domain https://lservices.kobra.red/api. All Kobra APIs must prepend this domain for its operation. For example:
https://lservices.kobra.red/api/auth
Being services under the REST scheme, we support the following verbs for some of the APIs: POST, GET and PATCH.
Protection of APIs with JWT
All Kobra APIs are protected by authentication through JWT (JSON Web Token). The token must be generated beforehand by the Kobra API Auth and sending by the Authorization header. Below is shown an example for sending a token:
Authorization: Bearer <token>
NOTAS: