# List domain keys

List all domain keys for your domain, including active/inactive and valid/invalid ones.

Endpoint: GET /v4/domains/{authority_name}/keys
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `authority_name` (string, required)
    The domain authority name you want to list the domain keys for. Must be a valid domain

## Response 200 fields (application/json):

  - `items` (array, required)

## Response 401 fields (application/json):

  - `message` (string, required)
    Response message


