# list_domain_pointers

> List domain pointers — each as `{domain, type, pointsTo}`, where `type` is `alias` (shares the site and DNS zone) or `pointer` (parked).

- Tier: R
- Required scope: read:hosting
- Annotations: readOnlyHint, idempotentHint
- Docs: https://api.inleed.com/tools/list-domain-pointers

## Description

List domain pointers — each as `{domain, type, pointsTo}`, where `type` is `alias` (shares the site and DNS zone) or `pointer` (parked). A domain input covers that domain; a service id covers every domain on the account (`scope` says which). To add one use `create_domain_pointer`; to remove one use `delete_domain_pointer`. This is the hosting alias map, not the registrar — to move a real domain's nameservers use the domain tools.

## Input schema

- `input` — string (required). A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.

## Example call

```json
{
  "name": "list_domain_pointers",
  "arguments": {
    "input": "example.se"
  }
}
```

