Skip to main content
POST
/
award-prompts
/
list
List all award prompts
curl --request POST \
  --url https://arbitrators.platform.arb.inc/award-prompts/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "ruleSet": "AAA-Commercial",
    "prompt": "You are an arbitrator following AAA Commercial rules..."
  }
]

Authorizations

Authorization
string
header
required

access token

Response

200 - application/json

List of award prompts

ruleSet
string
Example:

"AAA-Commercial"

prompt
string
Example:

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