Skip to main content
POST
/
t
/
v1
/
list-train-reason-codes
List Train Reason Codes
curl --request POST \
  --url https://api-lg-k-h1.arms.cedarai.com/t/v1/list-train-reason-codes \
  --header 'Carrier: <carrier>' \
  --header 'Content-Type: application/json' \
  --header 'x-arms-api-key: <api-key>' \
  --header 'x-arms-assume-user: <api-key>' \
  --data '
{
  "category": "<string>"
}
'
{
  "reasonCodes": [
    {
      "category": "<string>",
      "code": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cedarai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-arms-api-key
string
header
required
x-arms-assume-user
string
header
required

Headers

Carrier
string
required

Carrier ID

Body

application/json
category
string

Response

A successful response.

reasonCodes
object[]