cURL
curl --request POST \ --url https://api.eka.care/privacy/v1/user-data \ --header 'Authorization: Bearer <token>'
{ "user_info": { "username": "test_uid" } }
This endpoint prepares the user data. After a 202 response from this API, the client will receive the user data via a webhook.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User data processed successfully.
Show child attributes
user identifier.
"test_uid"
Was this page helpful?