SAP Build - How to use 1001fx
How to use 1001fx with SAP Build / AppGyver HTTP Module
Calling our api via make SAP Build modul is very easy. Please follow these instructions.
See also https://docs.appgyver.com/docs/api
- Create a REST API direct integration resource
- Set method to 'Create Record (POST)'
- Enter the Resource URL to send the request to the function 'https://api.1001fx.com/GROUP/FX' e.g. https://api.1001fx.com/playground/hello
- Add http header X-API-KEY and the value to 'YOURSECRETAPIKEY' from dashboard
- Add the body / json data
- Test your integegration