Event Types
Create an event type
This endpoint creates an event type
POST
/
v1
/
projects
/
{projectID}
/
event-types
Authorizations
Authorization
string
headerrequiredPath Parameters
projectID
string
requiredProject ID
Body
application/json
category
string
Category is a product-specific grouping for the event type
description
string
Description is used to describe what the event type does
name
string
Name is the event type name. E.g., invoice.created
Response
201 - application/json
message
string
status
boolean
data
object
Was this page helpful?