SahamatiNet
  • Background
  • SahamatiNet POC
    • Introduction
    • Applications
    • Observability
    • Integration Steps
      • Sandbox Onboarding
      • IAM APIs
      • CR APIs
      • Integration with Router
        • Sample Code Snippets
          • Python
          • Java
          • JavaScript
          • GoLang
          • C#
        • Router APIs Specifications
          • FIU API Specification
          • AA API Specification
          • FIP API Specification
      • ReBIT Workflows using Router
        • Account Discovery & Linking
        • Consent Workflow
        • FI Request Workflow
    • Integration with Simulators
      • AA Simulator
      • FIP Simulator
      • FIU Simulator
    • Validation of Integration
  • Glossary
  • Guidelines
  • Frequently Asked Questions
  • How To Guides
    • How To Onboard to Sandbox ?
    • How To Decide on an Entity ID ?
    • How To Generate a Certificate ?
    • How To Generate Tokens ?
Powered by GitBook
LogoLogo

Copyright © 2025 - Sahamati Foundation

On this page
  • Current API reference
  • Using Sahamati Router APIs

Was this helpful?

Export as PDF
  1. No Longer Relevent
  2. Technical Specifications
  3. Router API Specs

APIs Integration

Was this helpful?

Current API reference

With the current structure, the API requests are sent to the respective recipient member directly. This requires each member to understand the metadata of the recipient member and use their base path while sending.

Using Sahamati Router APIs

Sahamati Router makes it easy for the members to send the request to any recipient just by adding the recipient identifier in the header under x-recipient-id.

Particulars
Comments

Host

The base path to use by the members of Sahamati Router.

Headers

This will remain same as previous.

​

  • x-jws-signature - Authorization

  • Token (from sender)

Additional Headers

The recipient id is a required property. It is the identifier of the receiver to whom the API call needs to be forwarded.

x-request-meta

​https://api.sandbox.sahamati.org.in/proxy
Existing approach to use the APIs by AA Ecosystem
Using Sahamati Router APIs for AA Ecosystem