experimental
curl -L \ --url 'https://eu1.make.com/api/v2/oauth/auth/{connectionId}'
No Content
curl -L \ --request POST \ --url 'https://eu1.make.com/api/v2/oauth/auth/{connectionId}'
{ "url": "https://www.some-sass-url.com/" }
curl -L \ --url 'https://eu1.make.com/api/v2/oauth/reauth/{connectionId}'
scope=value&scope=another_value
curl -L \ --request POST \ --url 'https://eu1.make.com/api/v2/oauth/reauth/{connectionId}'
curl -L \ --url 'https://eu1.make.com/api/v2/oauth/extend/{connectionId}'
curl -L \ --request POST \ --url 'https://eu1.make.com/api/v2/oauth/extend/{connectionId}'
curl -L \ --url 'https://eu1.make.com/api/v2/oauth/cb/{connectionType}'
curl -L \ --request POST \ --url 'https://eu1.make.com/api/v2/oauth/cb/{connectionType}'
{ "ok": 1 }
curl -L \ --url 'https://eu1.make.com/api/v2/oauth/cb/{connectionType}/{connectionId}'
curl -L \ --request POST \ --url 'https://eu1.make.com/api/v2/oauth/cb/{connectionType}/{connectionId}'
curl -L \ --request POST \ --url 'https://eu1.make.com/api/v2/oauth/convert/saml-xml-to-json' \ --header 'Content-Type: application/json'