---
title: "Create a supplier"
method: POST
path: "/suppliers"
tags: ["Suppliers"]
---

# Create a supplier

`POST /suppliers`

## Request body

- CreateSupplierRequest
  - `name` string, required

## Response `201`

Supplier created

- SupplierResponse
  - `data` Supplier, required
    - `name` string, required
    - `supplierId` string, required
  - `meta` object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict

---

[API](https://skmtc.dev/greentally/apis/esgai-api.md) · [All operations](https://skmtc.dev/greentally/apis/esgai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greentally/esgai-api/revisions/4fccdcaa5e57/schema)
