cURL
curl --request GET \ --url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/event-types \ --header 'Authorization: <api-key>'
{ "message": "<string>", "status": true, "data": { "event_types": [ { "category": "<string>", "deprecated_at": "<string>", "description": "<string>", "id": "<string>", "name": "<string>" } ] } }
This endpoint fetches the project’s event types
Project ID
OK
Show child attributes
Was this page helpful?