# Líneas

## Obtener el listado de lineas de productos

<mark style="color:blue;">`GET`</mark> `https://{clave}.admintotal.com/api/v2/lineas/`

#### Headers

| Name    | Type   | Description            |
| ------- | ------ | ---------------------- |
| Api-key | string | Token de autenticación |

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

```
{
    "count": 241,
    "next": "https://{clave}.admintotal.com/api/v2/lineas/",
    "previous": null,
    "results": [
        {
            "id": 1537,
            "nombre": "ABARROTES"
        },
        ...
    ]
}
```

{% endtab %}
{% endtabs %}
