Getting a signing key identifier with Postman

To get the identifier of a signing data key, select the following request.

PKIHub API / raw / partitions / {partid} / tokens / {tokenid} / keys / List Keys

Params

Select the Params tab of the content pane to configure the following settings.

Type

Key

Value

Query Params

quantity​

Leave the default value.​

Query Params

lastKey

Uncheck this param to disable it.

Path Variables

partId

Paste the Organization ID value obtained in Getting API credentials.

Path Variables

tokenid

One of the token identifiers previously obtained in Getting a virtual token identifier with Postman.

Click Save to make the changes permanent

Result

Click Send to send the request. The Body tab of the results pane will display a response like the following.

{
"result": {
"keys": [
{
"attributes": {},
"id": "cbfb2d79d86d92e3c07fabbd21c405783b4ef50f",
"keyParams": {
"type": "RSA2048"
}
},
{
"attributes": {},
"id": "337aeef5c25121ce7d5c9f1167387140bb60bccb",
"keyParams": {
"type": "RSA2048"
}
},
{
"attributes": {},
"id": "9b36fc631ac2cbff42f8b77927b838e27b12e68c",
"keyParams": {
"type": "RSA2048"
}
},
{
"attributes": {},
"id": "84d4cb379bc776f218142419afa23aadf56a362d",
"keyParams": {
"type": "RSA2048"
}
},
{
"attributes": {},
"id": "47257fe14fc41c6a8b9334d6caef80e01b2bedd6",
"keyParams": {
"type": "RSA2048"
}
},
{
"attributes": {},
"id": "600adc8742fe1e8b8816587ff97f3f43b2e30e10",
"keyParams": {
"type": "RSA2048"
}
},
{
"attributes": {},
"id": "13ba033a3a9a1e8d926ae504d3de5a45c8dd4610",
"keyParams": {
"type": "RSA2048"
}
},
{
"attributes": {},
"id": "5752d6b945024d344ec22ad73eb6bb5f9a018e67",
"keyParams": {
"type": "RSA2048"
}
}
],
"lastKey": "1701266768009109910"
}
}