Skip to content

Get Notifiers

GET
/v1/notifiers
curl --request GET \
--url https://example.com/api/v1/notifiers \
--header 'Authorization: <Authorization>'

OK

Media type application/json
Array<object>
object
createdAt
string
groupId
string
id
string
isActive
boolean
name
string
updatedAt
string
url
string
userId
string
Example generated
[
{
"createdAt": "example",
"groupId": "example",
"id": "example",
"isActive": true,
"name": "example",
"updatedAt": "example",
"url": "example",
"userId": "example"
}
]