cURL
curl --request POST \ --url http://localhost:3000/v1/userapp/login/{login}/{appname} \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data '{}'
{ "status": "ok" }
Stores app-specific data for a user identified by login
Root access token for Databunker API
User login name
Application name for user app data
^[a-z0-9-]+$
The body is of type object.
object
User app record created successfully
ok
"ok"