cURL
curl --request GET \ --url http://localhost:3000/v1/userapp/token/{token}/{appname} \ --header 'X-Bunker-Token: <api-key>'
{ "status": "ok", "data": {} }
Retrieves app-specific data for a user
Root access token for Databunker API
User token (UUID)
Application name for user app data
User app record retrieved successfully
ok
"ok"