Client App Authorization
Header Format
Example
curl --request POST \
--url http://api.decisionrules.io/rule/solve/my-rule-alias/1 \
--header 'Authorization: oauth:eyJ0eXAiOiJKV1QiLCJhbGc.....' \
--header 'Content-Type: application/json' \
--header 'X-Strategy: STANDARD' \
--data '{
"data": {
"productType": "medium",
"period": "year",
"promoCode": "SUMMER SALE"
}
}'Last updated
Was this helpful?

