REST Calls
You can make REST calls to work with your Bronto data.
The base URI for the REST API is https://rest.bronto.com/
.
The following methods are supported:
- GET
- Used to view data
- POST
- Used to add new data
- PUT
- Used to make changes to data
- DELETE
- Used to remove data
You can use any language to interact with the REST API. The documentation provides code samples for each call in PHP and Java; there also are Python examples for Product Service.