Treat your API Secret like a password. Never expose it in frontend applications or commit it to source control.
- Store API credentials and access tokens in environment variables.
- Keep your API Secret and access token confidential.
- Save the returned PIN ID until verification is complete.
- Never expose API credentials in client-side applications.
What’s next?
Use the API reference pages in the sidebar for interactive examples:- Request OTP — Generate and send an OTP to a customer.
- Verify OTP — Validate the OTP entered by the customer.
