v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB

Request User Data

This endpoint prepares the user data. After a 202 response from this API, the client will receive the user data via a webhook.

post/privacy/v1/user-data

Response

User data processed successfully.

Example response

{
  "user_info": {
    "username": "test_uid"
  }
}