Skip to main content

/quickalerts/rest/v1/notifications/{id} REST Method

Retrieve a notification by ID.

Updated on
Oct 3, 2023

/quickalerts/rest/v1/notifications/{id} REST Method

Path Parameters

id
string
REQUIRED
The ID of the notification.

Returns

id
string
The notification ID.
created_at
string
The date and time the notification was created.
updated_at
string
The date and time the notification was last updated.
name
string
The name of the notification.
expression
string
The expression for the notification.
network
string
The network for the notification.
destinations
object
The destinations for the notification returned as arrays.
id
string
The ID of the destination.
name
string
The name of the destination.
to_url
string
The webhook URL to which QuickAlerts will send alert payloads.
webhook_type
string
The type of destination. ENUM: "POST", "GET"
service
string
The destination service.
payload_type
number
The type of payload to send. ENUM: 1,2,3,4,5,6,7
enabled
boolean
Whether the notification is enabled.
Request
1
curl -X GET \
2
"https://api.quicknode.com/quickalerts/rest/v1/notifications/{id}" \
3
-H "accept: application/json" \
4
-H "x-api-key: YOUR_API_KEY"
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free