Skip to main content

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

Retrieves a destination by ID.

Updated on
Oct 3, 2023

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

Path Parameters

id
string
REQUIRED
The ID of the destination.

Returns

id
string
The destination ID.
created_at
string
The date and time the destination was created.
updated_at
string
The date and time the destination was last updated.
name
string
The name of the destination.
to
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.
token
string
The token for this destination. This is used to optionally verify a QuickAlerts payload.
payload_type
number
The type of payload to send. ENUM: 1,2,3,4,5,6,7
Request
1
curl -X GET \
2
"https://api.quicknode.com/quickalerts/rest/v1/destinations/{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