---
title: "Create Account (Sign-up)"
method: POST
path: "/v1/client/user/sign-up"
---

# Create Account (Sign-up)

`POST /v1/client/user/sign-up`

The Create Account API allows the API user to (a) create a user account and (b) check for availability of the account for the email passed.

## Headers

- `api-key` string, required
- `auth-key` string, required

## Request body

- object
  - `name` string — Full name of the user
  - `email` string, required — email address of the user
  - `password` string, required — Password for the user's account
  - `phone` string — Mobile number of the uaser prefixed with the country code (no characters in between)
  - `country` string — Country of the user

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
