---
title: "List the CNA credentials"
method: GET
path: "/cna_credential/"
tags: ["cna_credential"]
---

# List the CNA credentials

`GET /cna_credential/`

Only available to administrators.

## Query parameters

- `page` integer
- `per_page` integer

## Headers

- `X-Fields` string, mask

## Response `200`

Success.

- CNACredentialsList[]
  - `metadata` Metadata
    - `count` integer — Total number of the items of the data.
    - `page` integer — Number of the page.
    - `per_page` integer — Requested limit data.
  - `data` CNACredential[] — List of CNA credentials.
    - `id` integer — CNA credential id.
    - `login` string — Login of the user bound to this credential.
    - `cve_api_org` string — CVE Services API organization.
    - `cve_api_user` string — CVE Services API user.
    - `enabled` boolean — Whether CNA publication is allowed for the user bound to this credential.
    - `created_at` string, date-time — Creation time of the credential.
    - `updated_at` string, date-time — Last update time of the credential.

## Other responses

- `403` — Admin permission required.

---

[API](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/versions/e6ef25beb687/schema)
