Return a list of notification topics
When sending push notifications, this is the list of available topics.
GET
/messaging/topics/list
curl \
-X GET https://YOURSITE.infoodle.com/apiv2/messaging/topics/list \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"topics": [
{
"key": "demo-GeneralNotification_0",
"label": "General Notifications"
}
]
}