---
title: "List domains"
method: GET
path: "/domains"
---

# List domains

`GET /domains`

Returns a list of all the active domains connected in your account

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

A list of domains connected to your account

- object[]
  - `id` integer, required — The ID of the connected domain in Aikido.
  - `domain` string, required — The domain name.
  - `kind` 'front_end' | 'rest_api' | 'graphql_api' | 'hosted', required — The kind of scan performed on the domain
  - `is_auth_configured` boolean — Whether an authentication configuration is set up for the domain
  - `last_scanned_at` string — Unix timestamp of the last time the domain was scanned
  - `linked_resource` object — The linked resource for the domain. Value is null when no resource is linked.
    - `type` 'code_repo' | 'container_repo' — The type of the linked resource
    - `id` integer — The ID of the linked resource

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
