GFS API Dokumentation

Von Sascha Silbermann, 30. Mai 2025

Authentifizierung

Token abfragen:

curl -X POST https://api.gfs-topshop.de/oauth/token \  -H "Content-Type: application/json" \  -d '{"grant_type":"client_credentials","client_id":"your_client","client_secret":"your_secret"}'

API-Aufruf:

curl -X 'GET' \  'https://api.gfs-topshop.de/rest/product/20445-00-00/de' \  -H 'accept: application/json' \  -H 'Authorization: Bearer YourToken'