Create or update user app record by token
User App
Create or update user app record by token
Stores additional information about a user for a specific application. This is useful for storing app-specific data (e.g., shipping info) separately from profile data. Submitting multiple times overwrites the previous value.
POST
Create or update user app record by token
Documentation Index
Fetch the complete documentation index at: https://docs.databunker.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Root access token for Databunker API
Path Parameters
User token (UUID)
Application name for user app data
Pattern:
^[a-z0-9-]+$Body
The body is of type object.
Response
User app record created successfully
Available options:
ok Example:
"ok"