Skip to main content
POST
/
v2
/
UserRequestGet
Get 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": {}
}

Authorizations

X-Bunker-Token
string
header
required

API token for authentication

Body

application/json
requestuuid
string
required

UUID of the user request

request_metadata
object

Additional metadata for the request

Response

200 - application/json

User request retrieved successfully

status
string
Example:

"ok"

request
object

User request information