Client API
This is the API used by the UI (frontend) of Argon. We've made it so anyone can use it programatically if they'd like - Argon's API key system now supports the Client API.
Authorization is provided via standard JWT, or through the X-API-Key
header. The JWT is supplied by the Panel when you authenticate via /auth/login
- or you can create an API key and use that instead.
Last updated
Was this helpful?