Event
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
Retrieve event definitions
Required API key scopes
event_definition:readPath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
GET 
Response
Status 200 No response body
Retrieve event definitions retrieve
Required API key scopes
event_definition:readPath parameters
- idstring
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
GET 
Response
Status 200 No response body
Update event definitions
Required API key scopes
event_definition:writePath parameters
- idstring
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
PATCH 
Response
Status 200 No response body
Delete event definitions
Required API key scopes
event_definition:writePath parameters
- idstring
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
DELETE