cURL
curl --request GET \ --url https://app.coverwhale.com/api/v1/commodityList \ --header 'Accept: <accept>' \ --header 'AccessToken: <api-key>' \ --header 'Content-Type: <content-type>'
{ "status": "success", "commodities": "['agricultural_equipment': 'Agricultural Equipment', 'alcoholic_beverages': 'Alcoholic beverages (except beer and wine)', 'appliances': 'Appliances (except TV and stereos)', 'arms_ammunition_fireworks': 'Arms, ammunition, fireworks']" }
Get the list of all available commodity types
AWS Cognito access token obtained from the /authentication endpoint. Token expires after 3600 seconds.
return list of commodities
Status of the request (success)
list of all commodities stored