---
title: "Mass API"
method: POST
path: "/data"
---

# Mass API

`POST /data`

The mass data API will send the historic data from the database.

## Headers

- `Content-Type` string, required

## Request body

- object
  - `data` unknown[], required — Array of objects with data from DB
    - unknown
  - `uuid` string, required — authorization UUID ( Generated from WayMore authorization endpoint and will be provided after contact with the Tech Department)
  - `name` string, required — Name of the data sent e.g. Customers, Subscribers etc
  - `description` string, required — A short description of the data sent
  - `object` unknown[], required — Array of objects and each object contains the data of the same type e.g. customers
    - unknown

## Response `200`

200

- object
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
