Calling APIs Registered in digiRunner with X API Key
Was this helpful?
Was this helpful?
Was this helpful?
curl -v -X POST 'https://{digiRunner_DOMAIN}/tsmpc/tspTest/postApi' \
-H 'X-Api-Key: {X-Api-Key}' \
-H 'Content-Type: application/json' \
-d '{req_body_json}'