Training
For clients
Загружается...
The resource enables user to get information about inapp event category.
Used object: InAppEventCategories
The request returns a list of all available inapp event categories.
Request example:
GET /api/v1/inapp_event_categories.json
Response example:
{ "count": 2, "items": [ { "id": 1, "name": "addToCart", }, { "id": 2, "name": "purchase", } ], }