Authentication API Reference
Complete reference for all authentication-related endpoints in the Voyager API.POST /api/login
Authenticate and receive an access token.Request
Response
Example
- Python
- curl
POST /api/v2/logout
Invalidate the current access token.Request
No request body required. Token is provided in Authorization header.Response
204 No Content on success.Example
- Python
POST /api/v2/passwordChange
Change user password.Request
Response
204 No Content on success.For detailed authentication guides, see Authentication Guide.