Skip to main content
POST
/
api
/
pricing
/
proposals
/
batch-review
Batch Review Proposals
curl --request POST \
  --url https://api.merchantops.ai/api/pricing/proposals/batch-review \
  --header 'Content-Type: application/json' \
  --data '
{
  "keys": [
    "<string>"
  ],
  "status": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Headers

authorization
string | null
X-Organization-ID
string | null

Cookies

stytch_session
string | null

Body

application/json

Request body for batch-reviewing multiple proposals.

keys
string[]
required

List of proposal keys to review

status
string
required

Review decision to apply to all

Response

Successful Response