cURL
curl --request GET \ --url https://staging-api.puppetvendors.com/v1/vendors/{vendorId}/address \ --header 'x-access-token: <api-key>'
Retrieve a vendor’s business address
Documentation IndexFetch the complete documentation index at: https://dev.puppetvendors.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://dev.puppetvendors.com/llms.txt
Use this file to discover all available pages before exploring further.
{ "address1": "123 Market Street", "address2": "Suite 400", "city": "London", "state": "England", "postalCode": "EC1A 1BB", "country": "United Kingdom" }
{}
curl -X GET "https://api.puppetvendors.com/v1/vendors/6157faecbebcf01bf49097d9/address" \ -H "x-access-token: YOUR_JWT_TOKEN"
Was this page helpful?