Authorizations
Path Parameters
Project ID
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>",
"name": "<string>",
"uid": "<string>"
}
]
}
}This endpoint fetches the project’s event types
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>",
"name": "<string>",
"uid": "<string>"
}
]
}
}Project ID
Was this page helpful?