Skip to main content
GET
/
v1
/
users
/
me
/
notifications
/
event-types
List notification event types
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_... or ak_test_...

Response

200 - application/json

List of event type info objects

data
object[]