GET FIU List
Environment
Environment
CR API BASE URL
Saafe Hackathon
https://api.sandbox.sahamati.org.in/cr
Saafe Sandbox
https://uatcr.sahamati.org.in
API Request
POST
{{CR API BASE URL}}/v2/entityInfo/FIU
Gets the list of FIUs registered in the central registry. As an FIU this will only return your own FIU Entity JSON
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <Entity Auth Token>
Response
[
{
"ver": "string",
"timestamp": "string",
"txnid": "string",
"requester": {
"name": "string",
"id": "string"
},
"entityinfo": {
"name": "string",
"id": "string",
"code": "string",
"baseurl": "string",
"certificate": {
"alg": "string",
"e": "string",
"kid": "string",
"kty": "string",
"n": "string",
"use": "string"
},
"inboundports": "string",
"outboundports": "string",
"ips": "string"
}
}
]
Last updated
Was this helpful?