apicheats.dev Cheat sheet Raw .md
POST

Try POST /webhook_endpoints/{webhook_endpoint_id} — OpenAI API

OpenAI playground

Update Webhook Endpoint

Credentials

Kept in this tab only. Requests go through apicheats.dev's same-origin proxy straight to api.openai.com; the proxy stores and logs nothing about them.

Path

Body application/json

3 body fields
  • name · optional · string — A new human-readable name for the webhook endpoint.
  • url · optional · string — A new HTTPS URL that receives webhook deliveries.
  • event_types · optional · string[] — The complete set of event types that should trigger deliveries.