Auth
Auth endpoints allow you to handle user authentication, manage user departments, control access tokens, and reset user passwords.
Key functionalities:
- Login and Logout: Obtain tokens to access protected endpoints.
- Password Reset: Initiate and complete forgot/reset password flows.
- User Department Management: Update which departments a user belongs to and their roles.
- Token Utilities: Validate reCAPTCHA, retrieve survey tokens, and handle OAuth2 token flows.
📄️ Obtain an access token using API key and secret
Obtain an OAuth2 access token by providing an `api_key`, `api_secret`, and `email`.