GET
/
v1
/
projects
/
{projectID}
/
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>",
        "id": "<string>",
        "name": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

projectID
string
required

Project ID

Response

200
application/json
OK
message
string
status
boolean
data
object