Skip to main content
POST
Acknowledge a CLI webhook event

Authorizations

x-api-key
string
header
required

API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.

Path Parameters

id
string
required

The webhook ID

event_id
string
required

The event ID from the pending feed

Body

application/json

The local delivery result

status_code
number
required

The HTTP status code the local server answered with. Any 2xx marks the delivery successful. Report 503 when the local server could not be reached.

Required range: 100 <= x <= 599
Example:

200

response_body
string

The response body the local server returned, truncated to 10,000 characters. Shown in the dashboard event log.

Example:

"OK"

Response

Successfully acknowledged the event

id
string
required

The acknowledged event ID.

Example:

"evt_5Xb2mQ7vN1pLk9RtYw3zA"

object
string
required

A string representing the object’s type. Objects of the same type share the same value.

Example:

"webhook_event"

success
boolean
required

Whether the first acknowledgment recorded a successful delivery (any 2xx). Repeated acknowledgments return the stored result.

Example:

true