> ## Documentation Index
> Fetch the complete documentation index at: https://dev.kloo.li/llms.txt
> Use this file to discover all available pages before exploring further.

# Domains

> Attach custom domains to your short links.

Manage custom domains for short links. Create requires `host`.

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieve all" icon="list" href="/en/api-reference/domains/retrieve-all-domains" horizontal>
    `GET` `/domains/`
  </Card>

  <Card title="Retrieve one" icon="eye" href="/en/api-reference/domains/retrieve-one-domains" horizontal>
    `GET` `/domains/{domain_id}`
  </Card>

  <Card title="Create" icon="plus" href="/en/api-reference/domains/create-domains" horizontal>
    `POST` `/domains`
  </Card>

  <Card title="Update" icon="pen-to-square" href="/en/api-reference/domains/update-domains" horizontal>
    `POST` `/domains/{domain_id}`
  </Card>

  <Card title="Delete" icon="trash" href="/en/api-reference/domains/delete-domains" horizontal>
    `DELETE` `/domains/{domain_id}`
  </Card>
</CardGroup>
