{"openapi":"3.0.0","info":{"title":"Webhook Signature Verifier API","version":"1.0.0","description":"Verify webhook signatures from GitHub, Stripe, Shopify and other services"},"paths":{"/verify":{"post":{"summary":"POST /verify","responses":{"200":{"description":"Success"}}}},"/github":{"post":{"summary":"POST /github","responses":{"200":{"description":"Success"}}}},"/stripe":{"post":{"summary":"POST /stripe","responses":{"200":{"description":"Success"}}}},"/shopify":{"post":{"summary":"POST /shopify","responses":{"200":{"description":"Success"}}}},"/custom":{"post":{"summary":"POST /custom","responses":{"200":{"description":"Success"}}}}}}