Skip to main content
GET
/
v1
/
userapp
/
token
/
{token}
/
{appname}
Get user app record by token
curl --request GET \
  --url http://localhost:3000/v1/userapp/token/{token}/{appname} \
  --header 'X-Bunker-Token: <api-key>'
{
  "status": "ok",
  "data": {}
}

Authorizations

X-Bunker-Token
string
header
required

Root access token for Databunker API

Path Parameters

token
string<uuid>
required

User token (UUID)

appname
string
required

Application name for user app data

Response

User app record retrieved successfully

status
enum<string>
required
Available options:
ok
Example:

"ok"

data
object