Secure your API requests with Scan2Evolve authentication methods.
Before making API calls, you need to create API credentials in your account. Navigate to Admin → Settings → Organisation → API Credentials to generate your client_id and client_secret.
Bearer tokens expire after 1 day of inactivity.If you haven't used a Bearer token for 24 hours, you'll need to generate a new one. Active usage resets the expiration timer. HTTP Basic Authentication credentials do not expire and remain valid until manually revoked.
Scan2Evolve supports two authentication methods:
client_id and client_secretdirectly, base64-encoded in the Authorization header. This method never expires.Both methods provide the same level of security. Choose based on your integration needs. Credentials are generated exclusively from your account settings and remain under your control.