Remote procedures
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:
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

