curl --request POST \
--url http://localhost:3000/v2/BulkListTokens \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"unlockuuid": "<string>",
"tokens": [
"<string>"
],
"request_metadata": {}
}
'{
"status": "ok",
"rows": [
{
"tokenuuid": "<string>",
"tokenbase": "<string>",
"record": "<string>",
"tokentype": "<string>"
}
]
}Lists tokens using the bulk unlock mechanism
curl --request POST \
--url http://localhost:3000/v2/BulkListTokens \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"unlockuuid": "<string>",
"tokens": [
"<string>"
],
"request_metadata": {}
}
'{
"status": "ok",
"rows": [
{
"tokenuuid": "<string>",
"tokenbase": "<string>",
"record": "<string>",
"tokentype": "<string>"
}
]
}API token for authentication