AEM Content Fragment APIs vs GetOTP
Both are solid Authentication & Authorization APIs. Choose based on your specific requirements.
AEM Content Fragment APIs
These control-plane APIs are used to fully manage the Content Fragments and their associated Models.
AEM Content Fragment APIs
- Simple API key authentication
- HTTPS supported
GetOTP
- Simple API key authentication
- HTTPS supported
- No CORS support
| Feature | AEM Content Fragment APIs | GetOTP |
|---|---|---|
| Authentication | apiKey | apiKey |
| HTTPS | Yes | Yes |
| CORS | Unknown | No |
When to use which?
Both AEM Content Fragment APIs and GetOTP offer similar capabilities as Authentication & Authorization APIs. Review their documentation to find the best fit for your specific use case.