PUT
/
events
/
webhooks
/
status
/
{status}
curl --request PUT \
  --url https://sandbox-api.violet.io/v1/events/webhooks/status/{status} \
  --header 'X-Violet-App-Id: <x-violet-app-id>' \
  --header 'X-Violet-App-Secret: <x-violet-app-secret>' \
  --header 'X-Violet-Token: <x-violet-token>'
"<any>"

Headers

X-Violet-Token
string
required
X-Violet-App-Secret
string
required
X-Violet-App-Id
integer
required

Path Parameters

status
string
required

Query Parameters

webhook_ids
string

Optional comma separated webhook ids list filter

Response

default - application/json

default response

The response is of type any.