Skip to main content

Perform an API call in Ahoy Movement Studio

Perform an API call in Ahoy Movement Studio. Please refer to the API documentation for more details on configuration.

API doc: https://docs.ahoyams.com/docs

Application

  • Ahoy Movement Studio

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
EndpointThe URL of the API endpoint to accessText (Long)Yes
MethodThe HTTP method to be used for the requestText (Short)Yes
Request headersAdditional headers to include in the request in JSON formatText (Long)No
Request bodyThe data to be included in the request bodyText (Long)No
FileA file to be included in the requestFileNo
File keyThe key where the file will be added to. Defaults to fileText (Short)No
Output response as a file?Select this as true when your API call returns a file as an outputTrue/FalseNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Response status codeThe HTTP status code returned in the responseNumberYes
Response headersAdditional information provided in the response headersText (Long)No
Response bodyThe main content of the responseText (Long)No
Downloaded FileA file that is downloaded as part of the responseFileNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A