Parselv1.0.0
Rate Shopping Profiles

List rate-shopping profiles

Returns the rate-shopping profiles available to the authenticated customer.

GET
/rate_shopping_profiles

Authorization

authorization
AuthorizationBearer <token>

In: header

Query Parameters

page?integer

Page number

page_size?integer

Page size

Response Body

application/json

curl -X GET "https://api.parsel.app/rate_shopping_profiles?page=1&page_size=50"
{
  "data": [
    {
      "name": "Default",
      "profile_key": "default",
      "zip_coverage": [
        "01001",
        "02101",
        "94538"
      ]
    }
  ],
  "metadata": {
    "current_page": 1,
    "page_size": 25,
    "total_count": 87,
    "total_pages": 4
  }
}