Skip to main content

List Aggregate Types

POST 

https://$CUSTOM-DOMAIN/admin/v1/aggregates/types/_search

Returns a list of the possible aggregate types in ZITADEL. This is used to filter the aggregate types in the list events request.

Request​

Body

required

    object

Responses​

A successful response.

Schema

    aggregateTypes

    object[]

  • Array [

  • type string

    localized

    object

    key string
    localizedMessage string
  • ]

curl -L 'https://$CUSTOM-DOMAIN/admin/v1/aggregates/types/_search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{}'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/admin/v1
Auth
Body required
{}
ResponseClear

Click the Send API Request button above and see the response here!