Get a webhook endpoint

GET /r/wh/1/webhook/{endpointId}

Get a webhook endpoint

Responses

GET /r/wh/1/webhook/{endpointId}
curl \
 -X GET https://api.trial.lsk.lightspeed.app/r/wh/1/webhook/{endpointId} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "endpointId": "string",
  "password": "string",
  "url": "string",
  "username": "string",
  "withBasicAuth": true
}