curl --request POST \
--url http://localhost:3000/v2/UserRequestGet \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"requestuuid": "<string>",
"request_metadata": {}
}
'{
"status": "ok",
"request": {}
}Retrieves information about a specific user request
curl --request POST \
--url http://localhost:3000/v2/UserRequestGet \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"requestuuid": "<string>",
"request_metadata": {}
}
'{
"status": "ok",
"request": {}
}API token for authentication