Skip to main content

Invoke a POST method on an application

POST 

/v1.0/invoke/:appId/method/:methodName

This endpoint lets you invoke a HTTP POST 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_-]+$

Body

required

    object

Responses

OK.

Loading...