Skip to main content

SDK Authentication

Your backend sends your Api-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

Under the hood, the SDK calls the same /auth endpoint documented in API Authentication and caches the token until it expires.