My EMI Pay
  1. Auth
  • My-EMI Lending API
  • System
    • Health check
      GET
  • Products
    • List published loan products
      GET
  • Auth
    • Request OTP
      POST
    • Resend OTP
      POST
    • Refresh tokens
      POST
    • Verify OTP
      POST
    • Select a family account after OTP
      POST
    • Add a family member on this phone
      POST
    • Logout
      POST
    • List family profiles on this phone
      GET
    • Send email verification link
      POST
    • Email verification status
      GET
    • Confirm email verification (Bearer)
      GET
    • Confirm email verification token (Bearer)
      POST
    • iOS Universal Links association
      GET
    • Android App Links association
      GET
  • Profile
    • Get customer profile
      GET
    • Update customer profile
      POST
  • Application journey
    • HTML origination document pack
      GET
    • Start bank statement consent
      POST
    • Poll bank statement consent
      GET
    • Application journey
      GET
    • Start PAN KYC via DigiLocker
      POST
    • PAN KYC status
      GET
    • Start Aadhaar KYC via DigiLocker
      POST
    • Aadhaar KYC status
      GET
    • Edit Aadhaar communication address
      POST
    • Verify bank account (KYC)
      POST
    • Start eSign
      POST
    • eSign status
      GET
    • Complete PAN KYC (poll DigiLocker)
      POST
    • Complete Aadhaar KYC (poll DigiLocker)
      POST
    • Start mock e-NACH
      POST
    • Pull bureau report
      POST
    • Mock e-NACH status
      GET
    • Bureau report
      GET
    • Loan eligibility
      GET
  • Webhooks
    • Resolve or fail bureau claim
    • Resolve or fail KYC claim
    • Resolve or fail eSign claim
    • Resolve or fail income claim
  • Ops
    • Confirm queued payouts
    • Wake steps that are waiting on a clock
    • Retry one failed payout row
  • Other
    • List published originators
    • HTML origination pack for one originator
  • Application
    • Get current application screen
    • Begin verification
    • Verify PAN
    • Acknowledge credit score
    • Accept offer
    • Create loan
    • Request payout
  • Applications
    • Get current application screen
    • Begin verification
    • Verify PAN
    • Acknowledge credit score
    • Accept offer
    • Create loan
    • Request payout
  1. Auth

Android App Links association

GET
https://api-dev.myemipay.com/.well-known/assetlinks.json
Last modified:2026-09-27 17:56:10
Android App Links association
Description: needs ANDROID_PACKAGE_NAME and ANDROID_SHA256_CERT_FINGERPRINTS or it 404s. Intent-filter pathPrefix should match /auth/email/verify.
Usage: Android’s App Links verifier, not the loan UI.
Details: Digital Asset Links JSON.
Next: none for the customer journey.
Auth: public (no Bearer).
Errors: 404 Android App Link env not configured

Request

None

Responses

🟢200Android association
application/json
Bodyapplication/json

🟠404Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api-dev.myemipay.com/.well-known/assetlinks.json'
Response Response Example
200 - Android association
[
  {
    "relation": [
      "delegate_permission/common.handle_all_urls"
    ],
    "target": {
      "namespace": "android_app",
      "package_name": "com.myemipay.app",
      "sha256_cert_fingerprints": [
        "AA:BB:CC:DD:EE:FF:00:11:22:33:44:55:66:77:88:99:AA:BB:CC:DD:EE:FF:00:11:22:33:44:55:66:77:88:99"
      ]
    }
  }
]
Modified at 2026-09-27 17:56:10
Previous
iOS Universal Links association
Next
Profile
Built with