---
title: "Get current OTP delivery preference"
method: GET
path: "/v1/account/otp-preference"
tags: ["account"]
---

# Get current OTP delivery preference

`GET /v1/account/otp-preference`

Get your current OTP delivery preference.

Returns the preference value ('email', 'sms') or null if not set.

Authentication: `Authorization: Bearer <CLIENT_JWT>`

## Headers

- `authorization` string, nullable — Bearer JWT issued by Grove that identifies the account.

## Response `200`

Successful Response

- OTPPreferenceResponse — Response model for OTP preference.
  - `preference` string, nullable — Current OTP preference ('email', 'sms', or null if not set)

## Other responses

- `422` — Validation Error

---

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