API reference

Users and account

:id is a user UUID unless noted.

MethodPathAuthDescription
POST/usersPublic*Create user (registration flow)
GET/users/:idMixedPublic profile vs extra fields when authenticated
PATCH/users/:idBearerUpdate own profile
GET/users/:id/postsMixedUser’s posts (visibility rules apply)
GET/users/:id/storiesBearerUser’s active stories
GET/users/:id/highlightsMixedStory highlights
POST/users/:id/followBearerFollow user
POST/users/:id/unfollowBearerUnfollow
POST/users/:id/blockBearerBlock user
POST/users/:id/unblockBearerUnblock
GET/users/:id/followersMixedFollowers list
GET/users/:id/followingMixedFollowing list
GET/users/:id/relationshipBearerRelationship to target user
DELETE/accountBearerDelete own account

*Registration may require a valid invite depending on product configuration.

Previous
Auth and invites
Next
Posts