cURL
curl --request GET \ --url https://api.puppetvendors.com/v1/shop/profile \ --header 'x-access-token: <api-key>'
List the custom profile fields available for vendors
{ "fields": [ "companyName", "taxId", "phone", "website", "description" ] }
{ "error": "Shop profile is not set." }
curl -X GET https://api.puppetvendors.com/v1/shop/profile \ -H "x-access-token: YOUR_JWT_TOKEN"