---
title: "POST /api/apps"
method: POST
path: "/api/apps"
tags: ["apps", "webhooks"]
---

# POST /api/apps

`POST /api/apps`

Create a new app

## Request body

- object
  - `name` string, required

## Response `200`

App created successfully

- object
  - `id` string, uuid, required
  - `createdAt` string, required — A date string in ISO 8601 format
  - `updatedAt` string, required — A date string in ISO 8601 format
  - `name` string, required
  - `secret` string, required — Masked app secret

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.net/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/versions/9627e9d1ff21/schema)
