cURL
curl --request PATCH \ --url https://api-eu.cybedefend.com/user/profile \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "notification": true, "isOnboardingCompleted": true } '
{ "message": "<string>", "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Updates the profile information of the currently authenticated user. Allows modification of notification preferences and onboarding completion status.
API Key for authentication. You can generate an API key from your personal settings.
Enable or disable notifications for the user
Indicates whether onboarding is completed
User profile updated successfully
Result message
User unique identifier