---
title: "Request a reseller check for a given company"
method: POST
path: "/reseller-check"
tags: ["reseller-check"]
---

# Request a reseller check for a given company

`POST /reseller-check`

Requires **reseller:create** scope.

## Request body

- ResellerCheckPost
  - `companyRegistrationNumber` string, required — The registration number of the company
  - `email` string, email, required — The email for the main point of contact for the company
  - `telephone` string — The main contact telephone number for the company

## Response `200`

Successful User Response

- ResellerCheck
  - `id` string, uuid, required — The id of the reseller check
  - `companyRegistrationNumber` string, required — The registration number of the company
  - `email` string, email, required — The email for the main point of contact for the company
  - `telephone` string — The main contact telephone number for the company

## Other responses

- `400` — Unsuccessful Response - Bad request - Missing query parameters - Missing body properties
- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden - Invalid scopes
- `409` — Unsuccessful Response - Conflict

---

[API](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service.md) · [All operations](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhubenterprise/moneyhub-identity-service/revisions/8841721f7aae/schema)
