cURL
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>" }
Event type identifier
Event type details retrieved successfully
The response is of type object.
object