Webhooks
Get webhook
Get a webhook by id.
Request
curl -X GET "https://api.blueticks.co/v1/webhooks/string"{
"success": true,
"data": {
"id": "string",
"url": "string",
"events": [
"string"
],
"description": "string",
"status": "enabled",
"created_at": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Response
Response Body
application/json
application/json