---
title: "Verify OTP code and get a session JWT"
method: POST
path: "/auth/otp/verify"
tags: ["Developer auth"]
---

# Verify OTP code and get a session JWT

`POST /auth/otp/verify`

Verifies the OTP code sent to your email and returns a session JWT. Send it in the Authorization header to authenticate as a Developer and manage your API keys (mint/list/revoke).

## Request body

- object
  - `methodId` string, required
  - `code` string, required

## Response `200`

Default Response

- object
  - `sessionJwt` string, required
  - `message` string, required

---

[API](https://skmtc.dev/vwala/apis/energy-platform-api.md) · [All operations](https://skmtc.dev/vwala/apis/energy-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vwala/energy-platform-api/revisions/86688c4fea92/schema)
