Access Token (API Key)
This article guides you through the process of authenticating requests with the implementation of API keys known as Access Tokens.
curl -L http://your-env-url/api/{storeCode}/member \ -X "GET" -H "Accept: application/json" \ -H "X-AUTH-TOKEN: customPermanentToken"
Maintaining Authentication State
Best Practices
Last updated
Was this helpful?

