Hello Paul,
All App42 Services run on REST API itself. Making call over REST requires signature of the data and timestamp value to be part of the request. You have to generate signature of the data using your secretKey and send it along with request.
Requesting you to have a look at our JS or PHP SDK to know about HTTP end point URL and data signing mechanism.
Let me know if it helps.
Thanks