Get all certificate signing requests
Certificates API
Get all certificate signing requests
deprecated
GET
Get all certificate signing requests
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by CSR type
Available options:
verifierSignRequest, issuerSignCredential Filter by key type
Available options:
P-256, Ed25519 Filter by subject key identifier
Sort order. Prefix with "-" for descending
Available options:
id, -id, createdAt, -createdAt, updatedAt, -updatedAt Items per page (1-100)
Required range:
1 <= x <= 100Cursor: return items before this ID
Cursor: return items after this ID

