> For the complete documentation index, see [llms.txt](https://docs.gestao.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gestao.plus/api/private/indication_profit.md).

# Listar Ganho por Indicação

## Listar os ganhos em indicações.

<mark style="color:blue;">`GET`</mark> `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<mark style="color:red;">\*</mark>        | string | URL de origem da requisição          |
| Authorization<mark style="color:red;">\*</mark> | string | Access Token modelo "Bearer {token}" |

{% tabs %}
{% tab title="200 " %}

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

{% endtab %}

{% tab title="401 " %}

```
```

{% endtab %}
{% endtabs %}
