Skip to Content

Profile

Brand profile — verification status, reputation, industry verticals, socials

All endpoints require authentication unless noted.

MethodPathDescription
GET/api/profile/meGet current user profile
PUT/api/profile/meUpdate profile
GET/api/profile/:userIdPublic profile (no auth)
GET/api/profile/reputation/:walletGet reputation score
GET/api/profile/socials/:platform/connectStart OAuth flow
POST/api/profile/socials/:platform/callbackExchange OAuth code
DELETE/api/profile/socials/:platformDisconnect social

Update Profile

PUT /api/profile/me

{ "name": "Joshua", "bio": "Content creator specializing in tech reviews", "website_url": "https://joshua.dev", "profile_picture_url": "https://...", "niche_tags": ["tech", "gaming"] }
Last updated on