Presentation
About us
Hello and welcome to the Mindbaz API!
The Mindbaz API is organized around REST. It has predictable, resource-oriented URLs and uses HTTP response codes to indicate API errors. All request and response bodies are encoded in JSON, including errors.
The API is accessible by making HTTPS requests to an endpoint URL. The GET
, POST
, PUT
and DELETE
methods dictate how you interact with the available objects.
Each endpoint has a list of properties and methods that you can see in our API reference.
info
The Mindbaz API has been redesigned to follow the "REST" convention. For this, all the existing calls in the SOAP API have been kept, only the way to query the API has been modified. Our SOAP api is no longer maintained.