Create a new app origin
1
2
3
"origins": [
{ /* --- Existing origin --- */ },
{
"label": "Testing",
"baseUrl": "https://eu1.make.com/api",
"appId": "my-first-app-test",
"appVersion": 1,
"apikeyFile": "../.secrets/apikey"
}
]4
Last updated

