---
title: "Folders & tags"
description: "List the folders and tags that organize an account's links."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.in.bio/llms.txt
> Use this file to discover all available pages before exploring further.

# Folders & tags

## Folders

`GET /api/v1/folders` — scope `links:read`.

```json
{ "data": [{ "id": 3, "name": "Campaigns", "color": "#7c3aed", "links_count": 12 }] }
```

## Tags

`GET /api/v1/tags` — scope `links:read`.

```json
{ "data": [{ "id": 9, "name": "marketing", "links_count": 12 }] }
```

Source: https://docs.in.bio/api/folders-tags/index.mdx
