Path parameters
-
endpointId string Required
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
}