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