curl --request GET \
  --url https://api.rampartcorporation.com/developer/v1/vendors/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "slug": "staples-advantage",
  "url": "https://partner.rampartcorporation.com/vendor/staples-advantage",
  "averageSavings": 13.5
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

slug
string
required

Response

200 - application/json
Vendor details
slug
string
required

Vendor slug identifier

Example:

"staples-advantage"

url
string
required

URL to the vendor's Rampart page

Example:

"https://partner.rampartcorporation.com/vendor/staples-advantage"

averageSavings
number | null

Average savings percentage for this vendor

Example:

13.5