API Reference
Receive a webhook for the Owostack-managed sandbox account
Shared sandbox webhook endpoint. Owostack registers this URL once per provider on its own test account; events are verified with the managed secret and routed to the organization named in metadata.organization_id. Events without organization metadata are acknowledged and dropped. Not available on the live host.
Path Parameters
provider*string
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://api.owostack.com/webhooks/sandbox/string"{
"success": true,
"received": true,
"skipped": true,
"error": "string",
"property1": null,
"property2": null
}{
"success": true,
"error": "string",
"code": "string",
"message": "string",
"property1": null,
"property2": null
}{
"success": true,
"error": "string",
"code": "string",
"message": "string",
"property1": null,
"property2": null
}{
"success": true,
"error": "string",
"code": "string",
"message": "string",
"property1": null,
"property2": null
}