Calling APIs Registered in digiRunner with API Key
PreviousCalculating the Signature and DGRKNextUsing HTTP Basic and OAuth for Authentication and Authorization
Was this helpful?
Was this helpful?
Was this helpful?
curl -v -X POST 'https://{digiRunner_DOMAIN}/tsmpc/tspTest/postApi' \
-H 'Authorization: DGRK {DGRK}' \
-H 'Content-Type: application/json' \
-d '{req_body_json}'