Skip to main content

API call

Effortlessly connect and retrieve data from APIs, simplifying data integration and enhancing the functionality of your applications through a user-friendly, code-free interface.

Input parameters

NameDescriptionTypeRequiredDefault value
Authentication methodSpecify the way you would like to authenticate to the API.SELECT_ONEtrue'NONE'
UsernameIn case you chose "Basic authentication" as an authentication method, provide the username you wish to use to authenticate here.STRINGfalse
PasswordIn case you chose "Basic authentication" as an authentication method, provide the password you wish to use to authenticate here.PASSWORDfalse
TokenIn case you chose "Bearer" or "API Token" as an authentication method, provide the token you wish to use to authenticate here.PASSWORDfalse
HeadersSpecify the different custom headers that should be used in the API call.OBJECTfalse
EndpointSpecify the complete url that should be used in the API callSTRINGtrue
Query parametersSpecify the different query parameters that should be used in the API call.OBJECTfalse
MethodSpecify the http-method that should be used in the API callSELECT_ONEtrue'GET'
Request bodySpecify the request body that should be used in the API call or select an existing "object" from the scope.OBJECTfalse
Response typeSpecify the type of response you expect from the APISELECT_ONEtrue'JSON'

Output

NameDescriptionTypeDefault value
ResponseSpecify the name of the variable that will contain the retrieved response.VARIABLERESPONSE
Response formatSpecify the expected format of the response for this API call.DATA_FORMAT
StatusSpecify the name of the variable that will contain the status of this API call. "OK": in case of success, "BAD_REQUEST" in case your request was invalid, "UNAUTHORIZED" in case the user provided does not have sufficient authorization, "NOTFOUND" in case the endpoint provided could not be found.STATUSSTATUS