The REST API is the source of truth for everything Engine does. Every action in the dashboard maps to one or more REST calls.
Auth
Pass your API key as a bearer token. Keys are scoped per store and per environment.
bash
curl https://api.aeonzap.com/v1/products \
-H "Authorization: Bearer $AEONZAP_KEY"