---
title: "Execute custom endpoint"
method: POST
path: "/api/custom/{path}"
tags: ["Custom Endpoints"]
---

# Execute custom endpoint

`POST /api/custom/{path}`

Execute a custom endpoint with POST.

## Path parameters

- `path` string, required

## Request body

- object

## Response `200`

Custom response

- object

## Other responses

- `401` — Error response

---

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