Getting a virtual token identifier with Postman

To get the identifier of the token holding the signing key, select the following request.

PKIHub API / raw / partitions / {partid} / tokens / List Virtual Tokens

Params

In the content pane, select the Params tab 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.

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": {
"tokens": [
"token1", "token2"
]
}
}