Skip to main content
POST
/
wh
cURL
curl --request POST \
  --url https://v2.easystreetoffers.com/api/v2/wh \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://example.com/webhook"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Body

application/json

New callback url

url
string<uri>
Example:

"https://example.com/webhook"

Response

webhook url created