---
title: "Verify email and get API key"
method: GET
path: "/auth/verify"
tags: ["auth"]
---

# Verify email and get API key

`GET /auth/verify`

Verify your email using the token from the magic link.

**The API key is returned only once.** Store it securely.

## Query parameters

- `token` string, required — Verification token from email

## Response `200`

Successful Response

- VerifyEmailResponse — Response after email verification (API key shown only once).
  - `api_key` string, required — Full API key (shown only once)
  - `integrator_id` string, uuid, required
  - `workspace_id` string, uuid, required
  - `message` string

## 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)
