v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Management

List Custom Event Schemas

Lists all custom event schemas available in the project.

📘 Custom Event Documentation

Read Custom Events article to learn how custom events work in Voucherify.

Read also the details about the Track Custom Event endpoint and the Custom Event Object.

get/management/v1/projects/{projectId}/custom-event-schemas

Response

Returns the details about the custom event schemas created in the project.

object'list' required

The type of the object represented by JSON. This object stores information about the custom event schemas in a dictionary.

data_ref'data' required

Identifies the name of the attribute that contains the array of custom event schema objects.

totalinteger required

The total number of custom event schema objects.

Example response

{
  "data": [
    {
      "id": "ms_oA8CawM07Q8i05Cx62U6euTK",
      "created_at": "2024-03-27T08:00:09.472Z",
      "updated_at": "2024-03-27T08:00:09.472Z",
      "object": "custom-event-schema"
    }
  ]
}