---
title: "Request-Code"
method: POST
path: "/account"
tags: ["Registration"]
---

# Request-Code

`POST /account`

## Request body

- RequestCodeRequestBody
  - `cc` string, required — Numerical country code for the phone number you are registering
  - `phone_number` string, required — Phone number you are registering, without the country code or plus symbol (+)
  - `method` 'sms' | 'voice', required — Method of receiving your registration code
  - `cert` string, required — Base64-encoded Verified Name certificate
  - `pin` string — Existing 6-digit PIN — This is only required when two-factor verification is enabled on this account.

## Response `201`

Created: the account already exists. You are already registered, so you do not need to do anything else.

## Other responses

- `202` — Created: the account does not exist. Depending on the method selected in the request, check your SMS or voice number for the registration code.

---

[API](https://skmtc.net/unblu/apis/whatsapp-business-api.md) · [All operations](https://skmtc.net/unblu/apis/whatsapp-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unblu/whatsapp-business-api/revisions/7a5937fc6885/schema)
