cURL
curl --request PATCH \ --url https://api.social-api.ai/v1/users/me \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "onboarding": false } '
{ "email": "user@example.com", "id": "550e8400-e29b-41d4-a716-446655440000", "onboarding": true, "plan": "free" }
Updates the authenticated user’s profile. Currently only supports setting onboarding=false to mark onboarding as complete.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sk_live_...
Authorization: Bearer sk_live_...
Fields to update
false
Updated user profile
"user@example.com"
"550e8400-e29b-41d4-a716-446655440000"
true
"free"