For the complete documentation index, see llms.txt. This page is also available as Markdown.

Publish Data to Sahamati

How is data to be created by the AA:

AAs are expected to report two forms of data called events:

  • Each synchronous API call such as FIP Discovery, FIP Linking, FI request etc. are to be reported every 10 min. .

  • Async functions such as FI notifications for FIPs are to be reported every 10 mins

Each report is referred to as signals. Signals contain multiple events- Sync API call data aggregated every 10 mins for each FIP.

For Sync API:

NOTE: If there are no events that take place in the 10 min duration for an API , do not send a signal. It can be completely omitted. Do not send 0 or any value other than null if you do not have the data. Sending 0 will skew the charts.

Base URL

https://api.sahamati.org.in/saans/v1/push

Error Codes

Type

Status

Action

Authentication

401

Refresh token

Validation

400

Fix request payload

External Service

400 / 500

Retry / Disable integration

Internal Error

500

Restart service

Last updated

Was this helpful?