---
title: "List API Credentials"
method: GET
path: "/api-creds/credentials"
tags: ["API Credentials"]
---

# List API Credentials

`GET /api-creds/credentials`

List all API credentials that have been created.

## Query parameters

- `order` 'DESC' | 'ASC'
- `order_by` 'CREATED_AT'
- `limit` integer
- `page_cursor` string
- `statuses` string[]
- `ids` string[]
- `client_ids` string[]

## Response `200`

A successful response.

- ListApiCredentialsResponse
  - `items` FirstPartyClient[]
    - `id` string
    - `customer_id` string
    - `client_id` string
    - `client_public_keys` ClientPublicKey[]
      - `id` string
      - `client_id` string
      - `algorithm` string, required
      - `public_key` string, required
      - `active` boolean
      - `nickname` string, required
    - `status` 'APPROVED' | 'DISABLED'
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `nickname` string
    - `ip_allowlist` string[]
    - `enforce_request_signing` boolean
    - `client_scopes` string[]
    - `created_by` string
  - `next_page_cursor` string — The page cursor for the next page of results. Empty if this is the last page.

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
