Skip to main content
curl --request POST \
     --url https://api-v2.production.higg.org/pic-api/v1/products/search/ \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'x-api-key: <<apiKey>>' \
     --header 'x-developer-request-token: <<apiKey>>' \
     --data '{	
     "id":["string"],
		 "hasFrenchEcoScore": true
}'
{"success":true}
1

Set Product ID

field: id

Field type: stringPOST a request using the Product ID.
"id":["string"],
"hasFrenchEcoScore": true