Skip to main content
POST
/
award-prompts
/
view
View award prompt for rule set
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..."
}

Authorizations

Authorization
string
header
required

access token

Body

application/json
ruleSet
string
required

Rule set identifier

Required string length: 1 - 50
Example:

"AAA-Commercial"

Response

Award prompt successfully retrieved

ruleSet
string
Example:

"AAA-Commercial"

prompt
string
Example:

"You are an arbitrator following AAA Commercial rules..."