---
title: "POST /getOobConfirmationCode"
method: POST
path: "/getOobConfirmationCode"
tags: ["relyingparty"]
---

# POST /getOobConfirmationCode

`POST /getOobConfirmationCode`

Get a code for user action confirmation.

## Request body

- Relyingparty — Request of getting a code for user confirmation (reset password, change email etc.)
  - `androidInstallApp` boolean — whether or not to install the android app on the device where the link is opened
  - `continueUrl` string — The url to continue to the Gitkit app
  - `email` string — The email of the user.
  - `captchaResp` string — The recaptcha response from the user.
  - `iOSAppStoreId` string — iOS app store id to download the app if it's not already installed
  - `requestType` string — The request type.
  - `androidPackageName` string — android package name of the android app to handle the action code
  - `kind` string — The fixed string "identitytoolkit#relyingparty".
  - `iOSBundleId` string — the iOS bundle id of iOS app to handle the action code
  - `userIp` string — The IP address of the user.
  - `canHandleCodeInApp` boolean — whether or not the app can handle the oob code without first going to web
  - `challenge` string — The recaptcha challenge presented to the user.
  - `androidMinimumVersion` string — minimum version of the app. if the version on the device is lower than this version then the user is taken to the play store to upgrade the app
  - `idToken` string — The user's Gitkit login token for email change.
  - `newEmail` string — The new email if the code is for email change.

## Response `200`

Successful response

---

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