0

CALLBACK POST API

Hi,

this is an example of api code POST (OPENAPI) to receive information according to the call indicated in the code. Could someone explain to me how to integrate it into Ninox?

curl -X 'POST' \
  'https://risk.openapi.com/IT-anagrafica' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "cf_piva": "RSSMRA90D15L117D",
  "callback": {
    "url": "https://yourdomain.com/your_script",
    "field": "data",
    "method": "POST",
    "headers": {
      "session_id": "oiwejdf89453urf945jfg"
    }
  }
}'

 

Reply

null

Content aside

  • 1 mth agoLast active
  • 29Views
  • 1 Following