Skip to content

Flows

flows

Login required Pagination
Yes No

List of flows (Flow).

Example

requests.get('https://advgame.com/api/v1/flows/')
[
    {
        "id": 1,
        "source_id": 3,
        "is_moderated": null,
        "url": "https://r.advg.agency/"
    },
    {
        "id": 2,
        "source_id": 6,
        "is_moderated": true,
        "url":"https://r.advg.agency/"
    }
]

flows/create

Login required Pagination
Yes No

Only for publishers. Create the flow

POST-parameters

Parameter Description
offer Offer's ID
source Source's ID

flows/{{ pk\d+ }}/delete

Login required Pagination
Yes No

Only for publishers. Stop the flow

DELETE method