...
API is built as JSON RESTful service and support standard GET/PUT/DELETE methods over HTTP 1.1 protocol. API endpoint is RTBSuite UI hostname.
| GET | read/retrieve |
| PUT | create/add/update/modify |
| DELETE | delete |
JSON data model
RTB data model contains several entities, each entity has it’s own JSON representation with name and id:
...
ui.getintent.com should be replaced by proper UI domain. <token> is authentication token (can be obtained through user settings in UI).
...
API output
API output can be controlled by the following additional parameters and headers
...