Notifications
List all Notifications Profiles
Returns a list of your notifications profiles.
get/notification_profiles
Query parameters
page[number]integer
page[size]integer
Response
Returns a list of notification profiles.
Example response
{
"data": [
{
"id": "12455643-3cf1-4683-ad23-1cd32f7d5e0a",
"created_at": "2019-10-15T10:07:15.527Z",
"updated_at": "2019-10-15T10:07:15.527Z"
}
],
"meta": {
"total_pages": 3,
"total_results": 55,
"page_number": 2,
"page_size": 25
}
}