Skip to main content
POST
/
api
/
pricing
/
proposals
/
preview-fan-out
Preview Fan Out
curl --request POST \
  --url https://api.merchantops.ai/api/pricing/proposals/preview-fan-out \
  --header 'Content-Type: application/json' \
  --data '
{
  "proposal_keys": [
    "<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
proposal_keys
string[]
required

Response

Successful Response