List Notifications
AuthorizationBearer <token>
In: header
Query Parameters
unread_only?Unread Only
Default
falselimit?Limit
Default
50Range
1 <= value <= 200Response Body
application/json
application/json
curl -X GET "https://loading/api/v2/notifications"[
{
"body": "string",
"created_at": "2019-08-24T14:15:22Z",
"entity_id": "string",
"entity_type": "string",
"event_type": "string",
"id": "string",
"read": true,
"read_at": "2019-08-24T14:15:22Z",
"title": "string"
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}