REST API authentication patterns for external integrations
Question
David Park
Feb 10, 2026 3:30 PM
Feb 10, 2026 3:30 PM
I'm building an integration between Heratio and our institutional CMS. The ahgAPIPlugin provides webhook support, but I need to understand the authentication flow better.
Questions:
- What auth method is recommended for server-to-server communication?
- Is there rate limiting on the API endpoints?
- Can we use OAuth2 tokens from the registry login?