apicheats.dev Cheat sheet Raw .md
POST

Try POST /webhook_endpoints — OpenAI API

OpenAI playground

Create 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.

Body application/json

3 body fields
  • name · required · string — A human-readable name for the webhook endpoint.
  • url · required · string — The HTTPS URL that receives webhook deliveries.
  • event_types · required · string[] — The event types that trigger deliveries to this endpoint.