Parselv1.0.0
Rate Shopping Profiles

Get a rate-shopping profile

Returns a rate-shopping profile.

GET
/rate_shopping_profiles/{profile_key}

Authorization

authorization
AuthorizationBearer <token>

In: header

Path Parameters

profile_key*string

default or a UUID profile_key.

Response Body

application/json

application/json

curl -X GET "https://api.parsel.app/rate_shopping_profiles/string"
{
  "name": "Default",
  "profile_key": "default",
  "zip_coverage": [
    "01001",
    "02101",
    "94538"
  ]
}
{
  "errors": {
    "message": "The requested resource could not be found",
    "status": "Not Found"
  }
}