Commit 4f99c4e6

David Meadows <dmeadows@stainless.com>
2025-06-27 01:44:27
chore(docs): update README to include links to docs on Webhooks
1 parent 18e0b36
Changed files (1)
README.md
@@ -410,6 +410,8 @@ The async client uses the exact same interface. If you pass a [`PathLike`](https
 
 Verifying webhook signatures is _optional but encouraged_.
 
+For more information about webhooks, see [the API docs](https://platform.openai.com/docs/guides/webhooks).
+
 ### Parsing webhook payloads
 
 For most use cases, you will likely want to verify the webhook and parse the payload at the same time. To achieve this, we provide the method `client.webhooks.unwrap()`, which parses a webhook request and verifies that it was sent by OpenAI. This method will raise an error if the signature is invalid.