---
title: "This endpoint lets you invoke a method in another Dapr enabled app."
method: POST
path: "/v1.0/invoke/{appId}/method/{method-name}"
tags: ["invocation", "service"]
---

# This endpoint lets you invoke a method in another Dapr enabled app.

`POST /v1.0/invoke/{appId}/method/{method-name}`

## Path parameters

- `appId` string, required — the App ID associated with the remote app
- `method-name` string, required — name of the method to be invoked

## Headers

- `Content-Type` string — the App ID associated with the remote app

## Parameters

- `#/components/securitySchemes/ApiKeyAuth` — unresolved $ref

## Request body

- object — Within the body of the request place the data you want to send to the service: { "arg1": 10, "arg2": 23, "operator": "+" }

## Response `200`

Operation succeeded

## Other responses

- `500` — Server Error

## Changes

> 5 revisions in range; 1 could not be searched.

- **2020-08-31** `77ab53571070` — 2 info
  - api tag `Invocation ` added
  - api tag `invocation` removed

[Change history](https://skmtc.dev/dapr/apis/service-invocation/changes/v1.0/invoke/:appId/method/:method-name/post.md)

---

[API](https://skmtc.dev/dapr/apis/service-invocation.md) · [All operations](https://skmtc.dev/dapr/apis/service-invocation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dapr/service-invocation/revisions/d774bbe16173/schema)
