---
title: "Handle new user signup webhook from Supabase"
method: POST
path: "/users/webhook/signup"
tags: ["Users"]
---

# Handle new user signup webhook from Supabase

`POST /users/webhook/signup`

Triggered when a new user signs up via Supabase Auth. Requires webhook secret for authentication.

## Headers

- `x-webhook-secret` string, required
- `x-webhook-source` string

## Response `200`

- object

---

[API](https://skmtc.net/tambo-ai/apis/tambo-api.md) · [All operations](https://skmtc.net/tambo-ai/apis/tambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tambo-ai/tambo-api/revisions/312691b28f1c/schema)
