Notificationsv1
Get user notifications
GET
/v1/notificationsAuthorization
BearerAuth AuthorizationBearer <token>
Bearer token authentication
In: header
Query Parameters
customer_id?string
Filter notifications by customer UUID
Response Body
application/json
curl -X GET "https://example.com/v1/notifications"[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "chats",
"event": "string",
"title": "string",
"content": "string",
"link_url": "string",
"link_text": "string",
"read": true,
"read_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"sent_at": "2019-08-24T14:15:22Z"
}
]Empty