---
title: "Add data provider to data providers list"
method: POST
path: "/data-providers"
tags: ["Data Providers"]
---

# Add data provider to data providers list

`POST /data-providers`

## Request body

- object
  - `name` string, required — The name of the data Provider
  - `type` string, required — Type of the data Provider (Web)
  - `url` string — The url of the new data Provider if type is Web

## Response `204`

Data provider added to the list

## Other responses

- `400` — Bad request on data

---

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