cURL
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" } }
QES Onboarding Configure Webhook Service API Documentation
/onboarding/configureWebhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Webhook successfully configured
The response is of type object.
object