Skip to main content
GET
/
api
/
pricing
/
batches
/
upcoming
Get Upcoming Batches
curl --request GET \
  --url https://api.merchantops.ai/api/pricing/batches/upcoming
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Headers

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

Query Parameters

days_ahead
integer
default:30

Number of days to look ahead

Required range: 1 <= x <= 365

Cookies

stytch_session
string | null

Response

Successful Response