Skip to main content
GET
/
v1
/
userapp
/
phone
/
{phone}
/
{appname}
Get user app record by phone
curl --request GET \
  --url http://localhost:3000/v1/userapp/phone/{phone}/{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

phone
string
required

User phone number

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