Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

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.

GETread/retrieve
PUTcreate/add/update/modify
DELETEdelete

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

...