post https://api.loopreturns.com/api/v1/webhooks
Create a new webhook subscription.
Log in to see full request history
Responses
Create a new webhook subscription.
xxxxxxxxxx
11curl --request POST \
--url https://api.loopreturns.com/api/v1/webhooks \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"topic": "return",
"trigger": "return.created",
"status": "inactive"
}
'
Try It!
to start a request and see the response here! Or choose an example: