cURL
curl --request POST \ --url http://localhost:3000/v2/AppdataListUserAppNames \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "mode": "login", "identity": "<string>", "request_metadata": {} } '
{ "status": "ok", "apps": [ "<string>" ] }
Retrieves a list of application names for a specific user
API token for authentication
Mode of user identification
login
token
email
phone
custom
User identifier corresponding to the mode
Additional metadata for the request
User application names retrieved successfully
"ok"
List of application names for the user