/
US
usememos
/
Untitled API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 15m ago · Updated 3h ago
View markdown
usememos
Untitled API
get
/api/v1/users/{user}/webhooks
v52
OpenAPI 3.0.3
raw.githubusercontent.com
2026-08-03
73
89
158.9 KB
AIService
1
AttachmentService
6
AuthService
4
IdentityProviderService
5
InstanceService
6
MemoService
20
ShortcutService
5
UserService
26
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}/linkedIdentities
post
/api/v1/users/{user}/linkedIdentities
get
/api/v1/users/{user}/linkedIdentities/{linkedIdentity}
delete
/api/v1/users/{user}/linkedIdentities/{linkedIdentity}
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}/personalAccessTokens
post
/api/v1/users/{user}/personalAccessTokens
delete
/api/v1/users/{user}/personalAccessTokens/{personalAccessToken}
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}/webhooks/{webhook}:getSigningSecret
get
/api/v1/users/{user}:getStats
post
/api/v1/users:batchGet
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.