Endpoint APIs

The Endpoints category lists all the custom endpoints that can be called to access server side scripts through the API. Input parameters that were previously defined in the server side script are used in the request body to make the request.

Syntax

Copy
POST <host_address>/ftosapi/automation-processors/actions/<endpoint_name>
 
Parameter Description
host_address URL of the FintechOS platform server.
endpoint_name Name of the endpoint you wish to access.

Response

The response indicates the result of the code execution, depending on the endpoint's function.

Examples