App password loginAsk AIpost https://api.agent700.ai/api/auth/app-loginAuthenticates using an app password token and returns a short-lived JWT access token with auth_type: app_password.Body ParamsApp password token for authentication. Token must start with "app_a7_" and be exactly 39 characters long (app_a7_ prefix + 32 character token). Rate limiting applies to prevent brute force attacks.tokenstringrequiredApp password token (format app_a7_ + 32 chars)Responses 200App password authentication successful 400Missing token 401Invalid, revoked, expired, or locked token 404User not found for valid app passwordUpdated 2 months ago