---
title: "Requests to unlock the account pin."
method: POST
path: "/v1/account/pin/unlock"
tags: ["Accounts"]
---

# Requests to unlock the account pin.

`POST /v1/account/pin/unlock`

## Request body

- RobloxAuthenticationApiModelsAccountPinRequest
  - `pin` string
  - `reauthenticationToken` string

## Response `200`

OK

- RobloxAuthenticationApiModelsAccountPinResponse
  - `unlockedUntil` number, double

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed

## Changes

- **2026-09-03** `d9b4ae8b3380` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/account/pin/unlock/post.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc.dev/roblox/apis/roblox-api/revisions/7c6787738100?raw)
