---
title: "POST /v{version}/CompanySignUp/SendVerificationCode"
method: POST
path: "/v{version}/CompanySignUp/SendVerificationCode"
tags: ["CompanySignUp"]
---

# POST /v{version}/CompanySignUp/SendVerificationCode

`POST /v{version}/CompanySignUp/SendVerificationCode`

## Path parameters

- `version` string, required

## Request body

- BilfloApiFeaturesSignUpSendVerificationCodeSendVerificationCodeCommand
  - `firstName` string, nullable
  - `emailAddress` string, nullable
  - `verificationCode` string, nullable

## Response `200`

Success

- BilfloApiFeaturesSignUpSendVerificationCodeSendVerificationCodeResponse
  - `isValid` boolean
  - `message` string, nullable
  - `transactionId` string, uuid
  - `verificationCode` string, nullable
  - `emailSubject` string, nullable
  - `emailSent` boolean
  - `emailTransactionId` string, nullable

---

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