GET FIP List

Environment

EnvironmentCR 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/FIP

Gets the list of FIPs registered in the central registry

Headers

NameValue

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",
      "Identifiers": [
        {
          "category": "string",
          "type": "string"
        }
      ],
      "baseurl": "string",
      "fitypes": [
        "string"
      ],
      "certificate": {
        "alg": "string",
        "e": "string",
        "kid": "string",
        "kty": "string",
        "n": "string",
        "use": "string"
      },
      "inboundports": [
        "string"
      ],
      "outboundports": [
        "string"
      ],
      "ips": [
        "string"
      ]
    }
  }
]

Last updated