curl --request POST \
--url https://api.pathstack.io/webhook \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"enabled": true,
"filters": {
"connection_ids": [
"<string>"
],
"tags": [
"<string>"
],
"device_ids": [
"<string>"
],
"connection_devices": [
{
"connection_id": "<string>",
"system_device_ids": [
"<string>"
]
}
]
},
"options": {
"include_speed": true,
"include_driver_id": true
}
}
'{
"data": {
"url": "<string>",
"enabled": true,
"id": "<string>",
"error_count": 123,
"last_error": "<string>",
"last_error_at": "2023-11-07T05:31:56Z",
"created_at": "<string>",
"updated_at": "<string>",
"filters": {
"connection_ids": [
"<string>"
],
"tags": [
"<string>"
],
"device_ids": [
"<string>"
],
"connection_devices": [
{
"connection_id": "<string>",
"system_device_ids": [
"<string>"
]
}
]
},
"options": {
"include_speed": true,
"include_driver_id": true
}
}
}Creates a new webhook.
curl --request POST \
--url https://api.pathstack.io/webhook \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"enabled": true,
"filters": {
"connection_ids": [
"<string>"
],
"tags": [
"<string>"
],
"device_ids": [
"<string>"
],
"connection_devices": [
{
"connection_id": "<string>",
"system_device_ids": [
"<string>"
]
}
]
},
"options": {
"include_speed": true,
"include_driver_id": true
}
}
'{
"data": {
"url": "<string>",
"enabled": true,
"id": "<string>",
"error_count": 123,
"last_error": "<string>",
"last_error_at": "2023-11-07T05:31:56Z",
"created_at": "<string>",
"updated_at": "<string>",
"filters": {
"connection_ids": [
"<string>"
],
"tags": [
"<string>"
],
"device_ids": [
"<string>"
],
"connection_devices": [
{
"connection_id": "<string>",
"system_device_ids": [
"<string>"
]
}
]
},
"options": {
"include_speed": true,
"include_driver_id": true
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Details for webhook
Show child attributes
Successful Response
Successful response payload
Show child attributes
Show child attributes