/
SU
supercheck-io
/
Supercheck API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 26m ago · Updated 1mo ago
Details
Filter operations
Alerts
1
Audit
1
Authentication
4
Jobs
8
Monitors
7
Notifications
6
get
List notification providers
post
Create a notification provider
get
Get notification provider details
put
Update a notification provider
delete
Delete a notification provider
post
Send a test notification
Runs
7
Status Pages
6
System
2
Tags
3
Tests
10
Trigger Keys
4
Variables
5
Notifications
Get notification provider details
Retrieve configuration details of a notification provider.
get
/api/notification-providers/{id}
Response
Provider details
NotificationProvider
required
id
string
uuid
name
string
type
'email'
|
'slack'
|
'webhook'
|
'telegram'
|
'discord'
|
'teams'
enabled
boolean
config
object
lastUsed
string
date-time
nullable
createdAt
string
date-time
Changes