curl --request POST \
--url http://localhost:3000/v2/TokenGet \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"token": "<string>",
"request_metadata": {}
}
'{
"status": "ok",
"record": "<string>"
}Retrieves the original data for a given token
curl --request POST \
--url http://localhost:3000/v2/TokenGet \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"token": "<string>",
"request_metadata": {}
}
'{
"status": "ok",
"record": "<string>"
}API token for authentication