GET - https://api.verifik.co/v2/webhooks/{id}
We will query by ID any webhook that is stored in our Database.
Headers
Query Parameters
ID of the webhook that you want to bring the information.
Response
{
"data": {
"_id": "66de320d6a5c6ef0e02d4223",
"client": "613375a1eab2fe08527f81e2",
"projectFlow": [],
"isActive": true,
"name": "Postman sample",
"url": "https://sandbox.verifik.co/v2/webhooks/logs",
"notification": {
"success": false,
"fail": true,
"_id": "66de320d6a5c6ef0e02d4222"
},
"updatedAt": "2024-09-08T23:23:57.678Z",
"createdAt": "2024-09-08T23:23:57.678Z",
"__v": 0
}
}
{
"code": "NotFound",
"message": "Record not found."
}
Last updated