GET
/
v5
/
notifications
/
event-types
/
{eventType}
Retrieve a specific event type details
curl --request GET \
  --url https://api.kadoa.com/v5/notifications/event-types/{eventType} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "eventType": {
      "type": "<string>",
      "category": "<string>",
      "description": "<string>",
      "version": "<string>",
      "schema": {}
    }
  },
  "status": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

eventType
string
required

Event type identifier

Response

200
application/json

Event type details retrieved successfully

The response is of type object.