Listar Ganho por Indicação

Listar os ganhos em indicações.

GET https://api.gestao.plus/user-indication-gain

Nesta rota você pode listar os seus ganhos de indicação em cada produto

Headers

Name
Type
Description

Origin*

string

URL de origem da requisição

Authorization*

string

Access Token modelo "Bearer {token}"

{
    "_links": {
        "self": {
            "href": "https://api.gestao.plus/user-indication-gain"
        }
    },
    "_embedded": {
        "user_indication_gain": []
    },
    "total_items": 0
}

Last updated

Was this helpful?