Remote procedures

Process action

options
/rpcs/{appName}/{appVersion}/{rpcName}
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.

If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.

Path parameters
appNamestringRequired
appVersionstringRequired
rpcNamestringRequired
Header parameters
imt-remote-formulaintegerOptionalExample: 1
imt-ignore-requiredstringOptionalExample: yes
imt-validate-schemastringOptionalExample: yes
Responses
200

Successful response

application/json
options
/rpcs/{appName}/{appVersion}/{rpcName}
OPTIONS /api/v2/rpcs/{appName}/{appVersion}/{rpcName} HTTP/1.1
Host: eu1.make.com
Authorization: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "config": []
}

Last updated