Users
Get All User Data (GDPR)
Get all feature data for a user stored in Velt.
POST
Use this API to get all feature data for a user stored in Velt.
- The data will be paginated and returned in chunks of 100 items per feature data.
- You can use the
nextPageToken
to fetch the next chunk of data. - If there are no more items to fetch, the
nextPageToken
will be null. - Here is the data that will be included:
- Comments data: All the comments created by the user or where they were involved in.
- Reactions data: All the reactions created by the user.
- Notifications data: All the notifications where the user was involved in.
- Recordings data: All the recordings created by the user.
This API may take a few seconds to return a response depending on the dataset size.
Endpoint
POST https://api.velt.dev/v1/users/data/get
Headers
Your API key.
Your Auth Token.
Body
Params
Example Request
Response
Success Response
Failure Response
Was this page helpful?