Skip to main content

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

    appId stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$

    methodName stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$

Responses

OK.

Loading...