Get current application screenDescription: this is the customer screen (message, status, actions). 404 means no open application for this JWT product. Writes with a stale revision → 409.Usage: after login, before any application write, and after each transition to refresh revision / youCanNow.Details: JWT-resolved open application. No id in the path. After sanction, keyFacts carries loanAmountPaise, totalToRepayPaise, interestRateBps, interestRatePercentage, tenorMonths, estimatedEmiPaise, coolingOffUntil (Asia/Kolkata +05:30) for the app UI. Accept stays in youCanNow only once the statement is issued. After e-sign, paperwork has sanctionLetter and executedAgreement (integers, no HTML) so the borrower can open them later. documentPack is the same origination binder as journey (ordered sections, live fee-schedule paise, optional https lenderLogoUrl from the eligible product). After payout is asked for, payout is in_flight / arrived / failed with integer paise and Asia/Kolkata timestamps — never vendor refs. After arrival, servicing is pending / handed_over / failed. request_payout drops off youCanNow while money is in flight or already arrived; a failed payout shows canRetry: true.Next: follow youCanNow[0].submitTo (begin-verification, verify-pan, acknowledge, accept-offer, start-enach, create-loan, request-payout) or GET /application/journey for the KYC pipeline.Auth:Authorization: Bearer {{accessToken}}Errors:401 unauthorized | session_expired · 403 Forbidden · 404 Application not found
{"application":{"id":"app_1735123456789","reference":"PME-A1B2C3D4"},"status":"started","message":"Your application has been started.","youCanNow":[{"action":"begin_verification","title":"Begin verification","submitTo":"/applications/begin-verification"}],"revision":"1"}