/
TR
trytrata
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4h ago · Updated 4h ago
Details
Filter operations
activations
1
admin
80
admin-call-outreach
1
admin-earnings
2
admin-tickers
2
agent
4
agreements
5
calendar
9
call-outreach
1
call-pairings
3
call-requests
11
call-schedules
6
call-ticker-leads
3
chat
5
default
1
documents
3
equities
1
external-api-keys
6
feedback
3
health
1
idea-agent
1
leads
8
livekit
1
notes
3
notification-preferences
2
notifications
4
get
List Notifications
get
Get Unseen Count
post
Mark Notifications Seen
post
Create Test Notification
onboarding
3
organizations
17
payouts
9
pipecat
1
popups
2
prompts
1
recordings
15
reviews
7
rooms
10
samples
1
sentry
1
share-links
3
stripe_webhooks
1
subscription-terms
3
tasks
9
ticker
1
tooltips
2
transcripts
26
user-calls
4
users
3
voice-agents
2
voice-surveys
1
webhooks
4
notifications
List Notifications
Get all user's notifications, ordered by most recent first.
get
/notifications
Response
Successful Response
NotificationResponse[]
required
notification_id
string
uuid
required
user_id
string
required
notification_type
'NEW_TRANSCRIPT_IN_TICKER_COVERAGE'
|
'MY_TRANSCRIPT_PUBLISHED'
|
'NEW_TRANSCRIPT'
|
'NEW_COMMENT'
|
'NEW_COMMENT_WITH_FOLLOWING'
|
'NEW_COMMENT_ON_MY_TRANSCRIPT'
|
'NEW_UPVOTE_ON_MY_TRANSCRIPT'
|
'NEW_BEAR_ON_MY_TRANSCRIPT'
|
'NEW_BULL_ON_MY_TRANSCRIPT'
|
'MONTHLY_CALL_SUMMARY'
|
'WEEKLY_PRIORITY_COVERAGE'
|
'ORG_INVITE'
|
'REMOVED_FROM_ORG'
|
'CALL_REMINDER'
required
entity_id
string
nullable
required
title
string
required
message
string
required
payload
object
required
seen_at
string
date-time
nullable
required
created_at
string
date-time
required
updated_at
string
date-time
required
Changes