Skip to main content
GET
/
api
/
map-pricing
/
policies
List Policies
curl --request GET \
  --url https://api.merchantops.ai/api/map-pricing/policies
{
  "items": [
    {}
  ],
  "limit": 123,
  "skip": 123,
  "total": 123
}

Headers

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

Query Parameters

brand_key
string | null

Filter by brand key

status
string | null

Filter by policy status

skip
integer
default:0
Required range: x >= 0
limit
integer
default:50
Required range: 1 <= x <= 200

Cookies

stytch_session
string | null

Response

Successful Response

Paginated list of MAP policies.

items
Items · object[]
required
limit
integer
required
skip
integer
required
total
integer
required