---
title: "POST /api/v1/enterprises"
method: POST
path: "/api/v1/enterprises"
tags: ["enterprise-controller"]
---

# POST /api/v1/enterprises

`POST /api/v1/enterprises`

## Request body

- EnterpriseDto
  - `id` string
  - `name` string
  - `contactEmail` string
  - `contactFirstName` string
  - `contactLastName` string
  - `userId` string
  - `logo` string
  - `address` Address
    - `addressLine1` string
    - `addressLine2` string
    - `city` string
    - `state` string
    - `country` string
    - `zip` string
  - `website` string

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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