---
title: "Call RPC"
method: POST
path: "/rpcs/{appName}/{appVersion}/{rpcName}"
tags: ["Remote procedures"]
---

# Call RPC

`POST /rpcs/{appName}/{appVersion}/{rpcName}`

## Path parameters

- `appName` string, required
- `appVersion` string, required
- `rpcName` string, required

## Headers

- `imt-remote-formula` integer
- `imt-ignore-required` string
- `imt-validate-schema` string

## Request body

- object
  - `data` object
  - `schema` object[]
    - `name` string
    - `type` string
    - `required` boolean

## Response `200`

Successful response

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
