Тарифы¶
me/offer_targets¶
Требуется авторизация | Постраничный вывод |
---|---|
Да | Да |
Список тарифов пользователя.
Пример¶
requests.get('https://advgame.ru/api/v1/me/offer_targets/')
{ "_meta": { "count": 3, "limit": 100, "offset": 0, "next": null, "previous": null }, "results": [ { "id": 1, "name": "offer-target-0", "type": "LEAD", "offer_id": 1 }, { "id": 2, "name": "offer-target-1", "type": "LEAD", "offer_id": 2 }, { "id": 16, "name": "offer-target-15", "type": "LEAD", "offer_id": 1 } ] }