Connection

Sends request to remote api by accepting api data in request body.

post/connection/remoteapi

Request body

urlstring
methodstring
headerobject
bodyobject
sslOnboolean

Response

Returns json string. Structure of json could be different depending on api.

string required

Changes