light-mode-image
Learn
MATTR VII PlatformAnalytics

Retrieve event types

Returns a list of all event types available

Roles

adminauditor
GET/v1/events-types
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v1/events-types"
{
  "data": [
    {
      "category": "credential-compact",
      "types": [
        [
          "CREDENTIAL_COMPACT_SIGN_START",
          "CREDENTIAL_COMPACT_SIGN_SUCCESS",
          "CREDENTIAL_COMPACT_SIGN_FAIL"
        ]
      ]
    }
  ]
}
"Unauthorized"
Empty
Empty

How would you rate this page?