Authentication method | Specify the way you would like to authenticate to the API. | SELECT_ONE | true | 'NONE' |
Username | In case you chose "Basic authentication" as an authentication method, provide the username you wish to use to authenticate here. | STRING | false | |
Password | In case you chose "Basic authentication" as an authentication method, provide the password you wish to use to authenticate here. | PASSWORD | false | |
Token | In case you chose "Bearer" or "API Token" as an authentication method, provide the token you wish to use to authenticate here. | PASSWORD | false | |
Headers | Specify the different custom headers that should be used in the API call. | OBJECT | false | |
Endpoint | Specify the complete url that should be used in the Form Post | STRING | true | |
Query parameters | Specify the different query parameters that should be used in the Form Post. | OBJECT | false | |
Request body | Specify the request body that should be used in the Form POST or select an existing "object" from the scope. | OBJECT | false | |