The WAF's Auth API handles all authentication and authorization requests (e.g. login, logout, users, etc).
Base URL
https://{waf_url}/auth
Authentication
The Auth API uses basic authentication for access. See /auth/login
endpoint in Swagger for more information.
Authorization
Only admin users have access to the Auth APIs.
Endpoints and Methods
The Auth API has Swagger documentation at /auth/docs
. You can see all the API endpoints and test them using the Swagger UI.


Responses
The Auth API returns data in JSON format.