Track your team's API changes with Optic Get started
get
/api/v1/notifications
Responses
200 Response
#
200 response
Content-type: application/json; charset=utf-8
Array items:
account
object
required
created_at
string
required
id
string
required
status
object
required
type
string
required
application/json; charset=utf-8
[
{
"account": {
"acct": "",
"avatar": "",
"avatar_static": "",
"bot": true,
"created_at": "",
"discoverable": true,
"display_name": "",
"emojis": [
any
],
"fields": [
{
"name": "",
"value": "",
"verified_at": null
}
],
"followers_count": 0,
"following_count": 0,
"group": true,
"header": "",
"header_static": "",
"id": "",
"last_status_at": "",
"locked": true,
"noindex": true,
"note": "",
"statuses_count": 0,
"url": "",
"username": ""
},
"created_at": "",
"id": "",
"status": {
"account": {
"acct": "",
"avatar": "",
"avatar_static": "",
"bot": true,
"created_at": "",
"discoverable": true,
"display_name": "",
"emojis": [
any
],
"fields": [
{
"name": "",
"value": "",
"verified_at": null
}
],
"followers_count": 0,
"following_count": 0,
"group": true,
"header": "",
"header_static": "",
"id": "",
"last_status_at": "",
"locked": true,
"noindex": true,
"note": "",
"statuses_count": 0,
"url": "",
"username": ""
},
"application": {
"name": "",
"website": ""
},
"bookmarked": true,
"card": null,
"content": "",
"created_at": "",
"edited_at": null,
"emojis": [
any
],
"favourited": true,
"favourites_count": 0,
"filtered": [
any
],
"id": "",
"in_reply_to_account_id": "",
"in_reply_to_id": "",
"language": "",
"media_attachments": [
any
],
"mentions": [
{
"acct": "",
"id": "",
"url": "",
"username": ""
}
],
"muted": true,
"poll": null,
"reblog": null,
"reblogged": true,
"reblogs_count": 0,
"replies_count": 0,
"sensitive": true,
"spoiler_text": "",
"tags": [
any
],
"uri": "",
"url": "",
"visibility": ""
},
"type": ""
}
]