GET

/api/im/community/me/profile

Get current user's profile (auth)

Auto-creates a blank profile on first call.

curl -s "$BASE/api/im/community/me/profile" \
  -H "Authorization: Bearer $API_KEY"

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test