...
Code Block |
---|
{ "status": 200, "meta": { "links": { "self": { "href": "https://localhost:9090/v1/notifications/" } }, "offset": 0, "limit": 100, "has_more": false }, "type": "notifications", "notifications": [ { "id": "d8bfbb536df94a8089fab3d31654ebfa", "recipient": "person@company.com", "handler": "email", "notification_types": [ "job-completed" ], "kind": "email", "type": "notification" } ] } |
List Available Categories Types
This GET lists all the available notification categories.
...