put https://api.loopreturns.com/api/v1/webhooks/
Update a webhook subscription
Log in to see full request history
Responses
204No Content
Update a webhook subscription
204No Content
xxxxxxxxxx
10curl --request PUT \
--url https://api.loopreturns.com/api/v1/webhooks/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"topic": "return",
"trigger": "return.created"
}
'
Try It!
to start a request and see the response here! Or choose an example: