light-mode-image
Learn
API ReferenceWallet attestation signers

Retrieve all wallet attestation signers

Roles

adminholder

Analytics Events

CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_RETRIEVE_LIST_STARTCREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_RETRIEVE_LIST_SUCCESSCREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_RETRIEVE_LIST_FAIL
GET/v1/holder/certificates/wallet-attestation-signers

Retrieves all wallet attestation signers for the tenant across all roots.

The response may contain a mix of:

  • CSR-pending signers (unmanaged, certificate not yet uploaded)
  • Active signers (managed or unmanaged with an uploaded certificate)

Analytic events

  • CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_RETRIEVE_LIST_START
  • CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_RETRIEVE_LIST_SUCCESS
  • CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_RETRIEVE_LIST_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?number

Range size of returned list.

Range1 <= value <= 1000
Default100
cursor?string

Starting point for the list of entries.

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/holder/certificates/wallet-attestation-signers"
{  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "caId": "24c00dcc-a2d5-4635-ba3f-14dcbc0a8ea3",      "active": true,      "certificatePem": "string",      "certificateFingerprint": "string",      "certificateData": {        "commonName": "string",        "country": "string",        "notBefore": "2019-08-24T14:15:22Z",        "notAfter": "2019-08-24T14:15:22Z"      }    }  ],  "nextCursor": "string"}

How would you rate this page?