# Invoke a GET method on an application

`GET /v1.0/invoke/{appId}/method/{methodName}`

This endpoint lets you invoke a HTTP GET method on another application.

## Request

### Path parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `appId` | string | Yes | Pattern: `^[a-zA-Z0-9_-]+$`. |
| `methodName` | string | Yes | Pattern: `^[a-zA-Z0-9_-]+$`. |

## Responses

### 200 — OK.

### 400 — Method name not given.

### 403 — Invocation forbidden by access control.

### 500 — Request failed.
