Authorized Partner API Specification vs GetOTP
Both are solid Authentication & Authorization APIs. Choose based on your specific requirements.
Authorized Partner API Specification
To access files in user’s DigiLocker account from your application, you must first obtain user’s authorization.
Authorized Partner API Specification
- Simple API key authentication
- HTTPS supported
GetOTP
- Simple API key authentication
- HTTPS supported
- No CORS support
| Feature | Authorized Partner API Specification | GetOTP |
|---|---|---|
| Authentication | apiKey | apiKey |
| HTTPS | Yes | Yes |
| CORS | Unknown | No |
When to use which?
Both Authorized Partner API Specification and GetOTP offer similar capabilities as Authentication & Authorization APIs. Review their documentation to find the best fit for your specific use case.