curl --request GET \
--url https://us.getconvoy.cloud/api/v1/projects/{projectID}/event-types \
--header 'Authorization: <api-key>'{
"message": "<string>",
"status": true,
"data": [
{
"category": "<string>",
"deprecated_at": "<string>",
"description": "<string>",
"json_schema": [
123
],
"name": "<string>",
"uid": "<string>"
}
]
}This endpoint fetches the project’s event types
curl --request GET \
--url https://us.getconvoy.cloud/api/v1/projects/{projectID}/event-types \
--header 'Authorization: <api-key>'{
"message": "<string>",
"status": true,
"data": [
{
"category": "<string>",
"deprecated_at": "<string>",
"description": "<string>",
"json_schema": [
123
],
"name": "<string>",
"uid": "<string>"
}
]
}Was this page helpful?