Skip to main content

Form post

Submit data to a Form Post endpoint.

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 Form PostSTRINGtrue
Query parametersSpecify the different query parameters that should be used in the Form Post.OBJECTfalse
Request bodySpecify the request body that should be used in the Form POST or select an existing "object" from the scope.OBJECTfalse

Output

NameDescriptionTypeDefault value
ResponseSpecify the name of the variable that will contain the retrieved response.OBJECT
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