Logo PopinaPopina API

Google upload feeds

This endpoint updates the provided feeds via SFTP, it is supposed to be called by an CRON task every 24h

POST/v1/upload-feeds/
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

uploadMerchantsboolean
uploadServicesboolean
uploadAvailabilityboolean

Response Body

curl -X POST "http://localhost:4008/v1/upload-feeds/" \  -H "Content-Type: application/json" \  -d '{    "uploadMerchants": true,    "uploadServices": true,    "uploadAvailability": true  }'