Multigate
    Multigate
    • 🚀 Getting Started
    • 🔓 Authentication
      • Get Token
      • Refresh Token
      • Logout User
    • 👋 Onboarding
      • Create Subclient
      • Get All Subclients
      • Get Subclient
      • Update Subclient
      • Create Subclient Shareholder
      • Get Subclient Shareholders
      • Update Subclient Shareholder
      • Upload Subclient Documents
      • Get Subclient Documents
      • Delete Subclient
      • Submit Subclient
    • 💰 Accounts
      • 📄 Statements
        • Get Statement
      • Create Virtual Account
      • Get Account
      • Get Accounts By
      • Get All Accounts
      • Simulate Inflow (UAT only)
    • 🔃 Conversions
      • Get Quote
      • Lock Rate
      • Get Trade
      • Get All Trades
    • 💸 Payments
      • 🏦 Banks
        • Get Bank Details
      • 👤 Beneficiaries
        • Create Beneficiary
        • Get All Beneficiaries
        • Get Beneficiary
        • Update Beneficiary
        • Validate Beneficiary Account (NGN only)
      • Create Single Transfer
      • Get Purpose Codes
      • Get Transfer Fields & Fees
      • Find Transfers
    • 📩 Webhooks / Push Notifications
      • Add a New Client Configuration
      • Update Client Configuration Current Mode
      • Get Client Configuration

    🔓 Authentication

    You must authenticate your API calls by including a JWT token in the Authorization header of every request you make. You can obtain a token by passing your clientKey and clientSecret to the Get Token endpoint.
    Secure your API key
    Do not commit your secret keys to git, or use them in client-side code.

    Authorization header#

    Authorization headers should be in the following format: Authorization: Bearer SECRET_KEY
    Sample Authorization Header
    Authorization: Bearer sk_test_r3m3mb3r2pu70nasm1l3

    Errors#

    API requests made without authentication will fail with the status code 401: Unauthorized. All API requests must be made over HTTPS.
    Previous
    🚀 Getting Started
    Next
    Get Token
    Built with