Skip to main content
GET
/
returnApp
/
{hash}
Get return app
curl --request GET \
  --url https://api.quivo.co/returnApp/{hash}
{
  "sellerId": 123,
  "sellerName": "<string>",
  "defaultWeightKG": 123,
  "weightInputVisible": true,
  "countries": [
    {
      "name": "<string>",
      "countryIso2": "<string>",
      "countryIso3": "<string>",
      "shipToZip": "OPTIONAL",
      "shipToState": "OPTIONAL"
    }
  ],
  "carrierSlug": [
    "<string>"
  ],
  "shippingServices": [
    "<string>"
  ],
  "sellerLogo": {
    "link": "<string>"
  }
}

Path Parameters

hash
string
required

A public access hash for accessing a resource without authentication (e.g., notification hash, return link hash).

Response

Returns return application data accessible via the public return hash, including return details and status.

Response from verifying a return shipment link. Contains link validity status and associated return information.

sellerId
integer<int64>

The unique identifier for the seller

sellerName
string

The name of the seller

defaultWeightKG
number

Weight value

weightInputVisible
boolean

Weight value

countries
object[]

Array of countrie items

carrierSlug
string[]

Carrier identifier or information

shippingServices
string[]

Service identifier or information

URL link reference. Contains link URL and optional metadata.