{ "opencollection": "1.0.0", "info": { "name": "Arize-Phoenix REST annotation_configs Auth API", "version": "1.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": " Login", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/auth/login" }, "docs": "Authenticate user via email/password and return access/refresh tokens." }, { "info": { "name": " Logout", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/auth/logout" }, "docs": "Log out user by revoking tokens and clearing cookies." }, { "info": { "name": " Refresh Tokens", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/auth/refresh" }, "docs": "Refresh access and refresh tokens." }, { "info": { "name": " Initiate Password Reset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/auth/password-reset-email" }, "docs": "Send password reset email to user." }, { "info": { "name": " Reset Password", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/auth/password-reset" }, "docs": "Reset user password using a valid reset token." }, { "info": { "name": " Ldap Login", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/auth/ldap/login" }, "docs": "Authenticate user via LDAP and return access/refresh tokens." } ] } ], "bundled": true }