Profile

The User Profile API provides a comprehensive set of endpoints to interact with a users data.

Return the profile of a user

get
Query parameters
fieldsstring[]Required
Responses
get
/v1/user/profile

Return the public profile page of a user

get
Path parameters
usernamestringRequired
Query parameters
containerIdstringRequired
Responses
get
/v1/user/by-id/{username}/public

Update the profile of a user

post
Body
displayNamestringOptional
handlestringOptional
biographystringOptional
dateOfBirthobjectOptional
Responses
post
/v1/user/profile

Return handles of users current user referred

get
Responses
get
/v1/user/referrals

Notifications

get
Query parameters
pagenumberOptional
limitnumberOptional
containerIdstringRequired
Responses
chevron-right
200Success

No content

get
/v1/user/notifications

No content

post
Responses
post
/v1/user/notifications/read

No content

Last updated