Detailed walkthrough for securely connecting your Lightspeed C-Series store to Salp using standard OAuth credentials.
We use secure OAuth 2.0 flows. Salp will never ask for your admin password or core shop credentials.
curl -X POST https://portal.salp.shop/api/integrations/lightspeed/auth \
-H "Authorization: Bearer [TOKEN]" \
-d "client_id=LIGHTSPEED_CLIENT_ID"