cURL
curl --request GET \ --url https://staging-api.puppetvendors.com/vendors/me/address \ --header 'x-access-token: <api-key>'
Retrieve the authenticated vendor’s own 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.
{ "success": true, "data": { "address1": "123 Main St", "address2": "Suite 200", "city": "Austin", "state": "TX", "postalCode": "78701", "country": "US" } }
curl -X GET "https://staging-api.puppetvendors.com/vendors/me/address" \ -H "x-access-token: YOUR_VENDOR_JWT"
Was this page helpful?