---
title: "Register a new integrator"
method: POST
path: "/auth/signup"
tags: ["auth"]
---

# Register a new integrator

`POST /auth/signup`

Register a new integrator account via self-service.

A verification email will be sent to the provided address.
Click the link in the email to verify and receive your API key.

## Request body

- SignupRequest — Request to register a new integrator via self-service.
  - `email` string, required — Contact email
  - `name` string, required — Organization name

## Response `201`

Successful Response

- SignupResponse — Response after signup initiation.
  - `message` string
  - `integrator_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

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