cURL
curl --request POST \ --url https://arbitrators.platform.arb.inc/award-prompts/view \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ruleSet": "AAA-Commercial" } '
{ "ruleSet": "AAA-Commercial", "prompt": "You are an arbitrator following AAA Commercial rules..." }
Retrieves the award prompt for a specific rule set. Requires arbitrators.award-prompts.reader permission.
arbitrators.award-prompts.reader
access token
Rule set identifier
1 - 50
"AAA-Commercial"
Award prompt successfully retrieved
"You are an arbitrator following AAA Commercial rules..."