Skip to main content
PATCH
/
wh
cURL
curl --request PATCH \
  --url https://v2.easystreetoffers.com/api/v2/wh \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "https://example.com/webhook"
}
'
{
  "error": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json

Update callback url

url
string<uri>
Example:

"https://example.com/webhook"

Response

webhook url updated