WebHooks_getWebHook

SecuritybearerAuth
Request
path Parameters
id
required
string
Responses
200

Ok

get/webhooks/{id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "project": "string",
  • "creator": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "name": "string",
  • "httpMethod": "GET",
  • "hookUrl": "string"
}