/
US
usememos
/
Untitled API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 5d ago
Details
Filter operations
ActivityService
2
AttachmentService
5
AuthService
3
IdentityProviderService
5
InstanceService
3
MemoService
14
ShortcutService
5
UserService
22
get
/api/v1/users
post
/api/v1/users
get
/api/v1/users/{user}
delete
/api/v1/users/{user}
patch
/api/v1/users/{user}
get
/api/v1/users/{user}/accessTokens
post
/api/v1/users/{user}/accessTokens
delete
/api/v1/users/{user}/accessTokens/{accessToken}
get
/api/v1/users/{user}/notifications
delete
/api/v1/users/{user}/notifications/{notification}
patch
/api/v1/users/{user}/notifications/{notification}
get
/api/v1/users/{user}/sessions
delete
/api/v1/users/{user}/sessions/{session}
get
/api/v1/users/{user}/settings
get
/api/v1/users/{user}/settings/{setting}
patch
/api/v1/users/{user}/settings/{setting}
get
/api/v1/users/{user}/webhooks
post
/api/v1/users/{user}/webhooks
delete
/api/v1/users/{user}/webhooks/{webhook}
patch
/api/v1/users/{user}/webhooks/{webhook}
get
/api/v1/users/{user}:getStats
get
/api/v1/users:stats
UserService
ListUserWebhooks returns a list of webhooks for a user.
get
/api/v1/users/{user}/webhooks
Path parameters
user
string
required
The user id.
Response
OK
ListUserWebhooksResponse
required
webhooks
UserWebhook[]
The list of webhooks.
Changes