Remote procedures
Authorizations
Path parameters
appNamestringRequired
appVersionstringRequired
rpcNamestringRequired
Header parameters
imt-remote-formulaintegerOptionalExample: 
1imt-ignore-requiredstringOptionalExample: 
yesimt-validate-schemastringOptionalExample: 
yesBody
dataobjectOptional
Responses
200
Successful response
No content
post
/rpcs/{appName}/{appVersion}/{rpcName}POST /api/v2/rpcs/{appName}/{appVersion}/{rpcName} HTTP/1.1
Host: eu1.make.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 156
{
  "data": {
    "id": "1",
    "jidlo": "Černá zabijačková"
  },
  "schema": [
    {
      "name": "id",
      "type": "integer",
      "required": true
    },
    {
      "name": "jidlo",
      "type": "text",
      "required": true
    }
  ]
}200
Successful response
No content
Authorizations
Path parameters
appNamestringRequired
appVersionstringRequired
rpcNamestringRequired
Header parameters
imt-remote-formulaintegerOptionalExample: 
1imt-ignore-requiredstringOptionalExample: 
yesimt-validate-schemastringOptionalExample: 
yesResponses
200
Successful response
application/json
/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

