---
title: "POST /userRegistered"
method: POST
path: "/userRegistered"
tags: ["Webhooks"]
---

# POST /userRegistered

`POST /userRegistered`

A webhook that is sent whenever a user is newly registered.

## Request body

- WebhookBase — The API-key webhook content.
  - `webookId` string
  - `clientId` string
  - `eventTimestamp` string
  - `userId` string

## Response `200`

Return a 200 status to indicate that the user was registered successfully

## Other responses

- `201` — Return a 201 status to indicate that user was registered successfully

---

[API](https://skmtc.net/passiv/apis/snaptrade.md) · [All operations](https://skmtc.net/passiv/apis/snaptrade/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/passiv/snaptrade/revisions/259274f1e845/schema)
