notifications

Create Test Notification

Create a test notification for the current user. For testing purposes only.

post/notifications/test

Request body

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
titlestring required
messagestring required
entity_idstring nullable
payloadobject

Response

Successful Response

notification_idstring uuid required
user_idstring 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_idstring nullable required
titlestring required
messagestring required
payloadobject required
seen_atstring date-time nullable required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.