SDK Authentication
Your backend sends yourApi-Key and Customer-Id to the /auth endpoint and receives a Bearer token.You then attach this token to all IdCanopy API calls (e.g., Handshake).
Configure
- Node (JS/TS)
Under the hood, the SDK calls the same
/auth endpoint documented in API Authentication and caches the token until it expires.