Skip to main content
GET
Looks up a single event definition by its eventName. Soft-deleted events are not returned.

Authorizations

string | header
required
Project API key header of the form Bearer AS_<key>.

Path Parameters

string
required
Name of the event to fetch. ASCII letters, digits, and underscores only.Maximum length: 64Example: "order_completed"

Response

Event retrieved successfully
boolean
Indicates if the request was successfulExample: true
object
The event definition

Error Responses

object