cURL
curl --request GET \ --url http://localhost:8080/v1/users/me/notifications/event-types \ --header 'Authorization: Bearer <token>'
{ "data": [ { "type": "<string>", "category": "payouts", "label": "<string>", "description": "<string>", "admin_only": true, "configurable": true } ] }
Returns all available event types with metadata (category, label, description, admin-only flag).
Merchant API key: ak_live_... or ak_test_...
ak_live_...
ak_test_...
List of event type info objects
Show child attributes