Brainville API Overview
This is the documentation for the v2 of the Brainville API
Endpoints
Production: https://api.brainville.com/v2
Sandbox (testing): https://apisandbox.brainville.com/v2
Input
When you create or update existing entities, specify all input in JSON format and use the following HTTP Content Type:
Content-Type: application/json
XML input is not supported.
Output
The output is returned in JSON format as the following HTTP Content Type:
Content-Type: application/json
XML output is not supported.
Changes from v1
- The API now uses JSON instead of XML. This also changes the names of all properties, to following json naming conventions
- It is no longer possible to authenticate by sending the keys as part of the content or as part of the URL (for API methods using GET)