---
title: "Lists certificates"
method: POST
path: "/listCertificates"
tags: ["HTTPWalletJSON"]
---

# Lists certificates

`POST /listCertificates`

## Request body

- object
  - `certifiers` string[]
  - `types` string[]
  - `limit` integer
  - `offset` integer
  - `privileged` boolean
  - `privilegedReason` string

## Response `200`

The list of certificates

- ListCertificatesResult
  - `totalCertificates` number
  - `certificates` Certificate[]
    - `type` string
    - `subject` string
    - `serialNumber` string
    - `certifier` string
    - `revocationOutput` string
    - `signature` string
    - `fields` object

## Other responses

- `400` — Invalid input
- `500` — Internal server error

## Changes

- **2024-12-13** `29cdbbcd2eae` — 1 warning
  - removed the optional property `certificates/items/expirationTime` from the response with the `200` status
- **2024-12-13** `e14606558e57` — 8 warning
  - removed the optional property `certificates/certifier` from the response with the `200` status
  - removed the optional property `certificates/expirationTime` from the response with the `200` status
  - removed the optional property `certificates/fields` from the response with the `200` status
  - removed the optional property `certificates/revocationOutput` from the response with the `200` status
  - …4 more
- **2024-12-13** `77d5e5fa6c3a` — 2 warning, 4 info
  - removed the optional property `certificates/attributes` from the response with the `200` status
  - removed the optional property `certificates/issuanceTime` from the response with the `200` status
  - added the optional property `certificates/fields` to the response with the `200` status
  - added the optional property `certificates/revocationOutput` to the response with the `200` status
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/bsv-blockchain/apis/wallet-json-api/changes/listCertificates/post.md)

---

[API](https://skmtc.dev/bsv-blockchain/apis/wallet-json-api.md) · [All operations](https://skmtc.dev/bsv-blockchain/apis/wallet-json-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bsv-blockchain/wallet-json-api/revisions/4b04a6edb128/schema)
