Authentication & API Access Guide
Authentication Options
Session-Based Authentication
curl -X POST "http://example.com/api/v1/auth/local" \
-H "Content-Type: application/json" \
-d '{"login": "{{USER_EMAIL}}", "password": "{{USER_PASSWORD}}"}'API Access for External Services
Last updated