POST
/
onboarding
/
configureWebhook
curl --request POST \
  --url https://sandbox-umbrella-api.azurewebsites.net/api/services/onboarding/configureWebhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "webhookUrl": "https://your-webhook.url"
}'
{
  "success": true,
  "data": {
    "id": "<string>",
    "url": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

For a usage description of the QES Onboarding Configure Webhook Service, please refer to the QES Onboarding page.

Endpoint

POST /onboarding/configureWebhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Webhook successfully configured

The response is of type object.

POST
/
onboarding
/
configureWebhook
curl --request POST \
  --url https://sandbox-umbrella-api.azurewebsites.net/api/services/onboarding/configureWebhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "webhookUrl": "https://your-webhook.url"
}'
{
  "success": true,
  "data": {
    "id": "<string>",
    "url": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

For a usage description of the QES Onboarding Configure Webhook Service, please refer to the QES Onboarding page.

Endpoint

POST /onboarding/configureWebhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Webhook successfully configured

The response is of type object.