Returns a list of event_type and their respective IDs and information - available to your organization.
Request [GET]
No payload is necessary as this is a GET request.
Response
{
"success": true,
"data": {
"event_types":{
"905HFFkfjwuja8f89W2":{
"event_type":"MY_NEW_EVENT",
"event_display_name":"My New Event",
"event_data_schema":{
"key_1":"string",
"key_2":"array",
"key_3":"number",
"key_4":{
"sub_key_1":"string"
}
}
}
}
},
"error": "",
"error_text": ""
}