cURL
curl --request GET \ --url https://api.social-api.ai/v1/users/me \ --header 'Authorization: <api-key>'
{ "allowed_platforms": [ "instagram", "facebook" ], "avatar_url": "https://example.com/avatar.jpg", "beta_tester": false, "email": "user@example.com", "id": "550e8400-e29b-41d4-a716-446655440000", "onboarding": true, "plan": "free" }
Returns the authenticated user’s profile (id, email, plan tier, onboarding flag).
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
User profile
["instagram", "facebook"]
"https://example.com/avatar.jpg"
false
"user@example.com"
"550e8400-e29b-41d4-a716-446655440000"
true
"free"