Security
Authentication and token management.
| Method | Endpoint | Path |
|---|---|---|
GET | Get the CSRF token | /api/v1/security/csrf_token/ |
POST | Get a guest token | /api/v1/security/guest_token/ |
POST | Create security login | /api/v1/security/login |
POST | Create security refresh | /api/v1/security/refresh |