---
title: "Get the schema for request event type"
method: GET
path: "/events/schema"
tags: ["Events"]
---

# Get the schema for request event type

`GET /events/schema`

Retrieves the schema for requested event type

## Query parameters

- `type` 'person_created' | 'person_updated' | 'business_created' | 'business_updated' | 'bank_account_created' | 'bank_account_updated' | 'external_account_created' | 'external_account_updated' | 'transaction' | 'login' | 'credentials_updated' | 'embedded_authentication' | 'entity_group_created' | 'entity_group_updated', required

## Response `200`

Returns the schema for specified events. If a workflow is attached to event, will also include supplemental data for the workflow

- object

## Other responses

- `400` — Validation Error

---

[API](https://skmtc.net/alloy/apis/alloy-api.md) · [All operations](https://skmtc.net/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alloy/alloy-api/versions/405799de4d2a/schema)
