List Signature Requests
Last updated
Last updated
GET /keys/{keyId}/signatures?paginationToken={token}
List signature requests of a key.
Keys:Signatures:Read
Always Required
keyId
Unique identifier of the key.
limit
Maximum number of items to return. Default to 100.
Integer (optional)
paginationToken
Opaque token used to retrieve the next page. Returned as nextPageToken
from the previous request.
String (optional)
keyId
ID of the key.
String
items
List of signature requests.
nextPageToken
Opaque token used to retrieve the next page of items by setting as paginationToken
in the query parameter.
String (optional)
See .