Authenticatie methode | 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 | |
Type of upload | How do you want to upload this file? | SELECT_ONE | true | 'FORM_POST' |
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 Upload call | STRING | false | |
Method | Specify the http-method that should be used in the Upload call | SELECT_ONE | true | 'POST' |
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 | |
File | Specify the file you wish to upload. | FILE | false | |
Response format | Specify the expected format of the response for this API call. | DATA_FORMAT | false | |