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 API call | STRING | true | |
Query parameters | Specify the different query parameters that should be used in the API call. | OBJECT | false | |
Method | Specify the http-method that should be used in the API call | SELECT_ONE | true | 'GET' |
Request body | Specify the request body that should be used in the API call or select an existing "object" from the scope. | OBJECT | false | |
Response type | Specify the type of response you expect from the API | SELECT_ONE | true | 'JSON' |