curl --request GET \
--url https://api.pxyz.dev/api/v0/tenants/{tenantId}/notifications/inapp
{
"status": "success",
"data": [
"<any>"
]
}
curl --request GET \
--url https://api.pxyz.dev/api/v0/tenants/{tenantId}/notifications/inapp
{
"status": "success",
"data": [
"<any>"
]
}
Successful response
The response is of type object
.