Discussions

Ask a Question
Back to all

Webhook

Is there any special permission required to register webhooks, as currently i'm getting error while creating new webhook:

curl --request POST \
     --url https://app.staging.transportexchangegroup.com/api/v2/add \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "callbackUrl": "https://webhook.site/c7427493-3811-4f3d-afb4-561327d07ad9"
}
'
<!doctype html>
<html lang="en">

<head>
    <title>HTTP Status 401 – Unauthorized</title>
    <style type="text/css">
        h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}
    </style>
</head>

<body>
    <h1>HTTP Status 401 – Unauthorized</h1>
    <hr class="line" />
    <p><b>Type</b> Status Report</p>
    <p><b>Message</b> Full authentication is required to access this resource</p>
    <p><b>Description</b> The request has not been applied because it lacks valid authentication credentials for the target resource.</p>
    <hr class="line" />
    <h3>Apache Tomcat/8.5.33</h3>
</body>

</html>