curl --location --request GET 'https://peertube2.cpy.re/api/v1/users/me/notifications'{
"data": [
{
"account": {
"avatar": {
"path": "string"
},
"displayName": "string",
"host": "example.com",
"id": 42,
"name": "string"
},
"actorFollow": {
"follower": {
"avatar": {
"path": "string"
},
"displayName": "string",
"host": "example.com",
"id": 42,
"name": "string"
},
"following": {
"displayName": "string",
"host": "example.com",
"name": "string",
"type": "account"
},
"id": 42,
"state": "pending"
},
"comment": {
"account": {
"avatar": {
"path": "string"
},
"displayName": "string",
"host": "example.com",
"id": 42,
"name": "string"
},
"id": 42,
"threadId": 0,
"video": {
"id": {},
"name": {},
"uuid": {}
}
},
"createdAt": "2019-08-24T14:15:22Z",
"id": 42,
"read": true,
"type": 0,
"updatedAt": "2019-08-24T14:15:22Z",
"video": {
"id": {},
"name": {},
"uuid": {},
"channel": {
"avatar": {
"path": "string"
},
"displayName": "string",
"host": "example.com",
"id": 42,
"name": "string"
}
},
"videoAbuse": {
"id": 42,
"video": {
"id": {},
"name": {},
"uuid": {}
}
},
"videoBlacklist": {
"id": 42,
"video": {
"id": {},
"name": {},
"uuid": {}
}
},
"videoImport": {
"id": 42,
"magnetUri": {},
"targetUri": "http://example.com",
"torrentName": "string",
"video": {
"id": {},
"name": {},
"uuid": {}
}
}
}
],
"total": 1
}