GET
/
api2
/
v2
/
webhooks
/
{webHookUid}
Get webhook
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v2/webhooks/{webHookUid}
{
  "name": "<string>",
  "id": "<string>",
  "uid": "<string>",
  "url": "<string>",
  "events": [
    "JOB_STATUS_CHANGED"
  ],
  "secretToken": "<string>",
  "secretTokenType": "X_MEMSOURCE_TOKEN",
  "hidden": true,
  "status": "ENABLED",
  "failedAttempts": 123,
  "created": "2023-11-07T05:31:56Z",
  "createdBy": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>"
  },
  "lastModified": "2023-11-07T05:31:56Z",
  "lastModifiedBy": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>"
  }
}

Path Parameters

webHookUid
string
required

Response

200
application/json

successful operation

The response is of type object.