GET AA 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/AA

Gets the list of AAs registered in the central registry

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <Entity Auth Token>

Response

[
  {
    "ver": "1.0",
    "timestamp": "2024-10-04 09:48:13.11",
    "txnid": "ef9cebd9-a11d-411a-9950-94e911cca8ed",
    "requester": {
      "name": "Saafe Sandbox",
      "id": "saafe-sandbox"
    },
    "entityinfo": {
      "name": "Saafe Sandbox",
      "id": "saafe-sandbox",
      "code": "saafe-sandbox",
      "entityhandle": "@saafe-sandbox",
      "Identifiers": [],
      "baseurl": "v2:https://test.saafe.in/api/v2",
      "webviewurl": "https://test.saafe.in/webview",
      "fitypes": [],
      "certificate": {
        "alg": "RS256",
        "e": "AQAB",
        "kid": "8f53656e-9b5d-4afd-8208-86f1859d84e5",
        "kty": "RSA",
        "n": "kZtbglKhedm2VSGpQhHugdrwC-sAcJtHyOCXUHeGc1c9tGLGfwSNZ2qVJu6HyYXhaJ11M2-noNVFKFK1PB-pVJAL53jHDa2rMyGHGebb3I8rs1fXoDA3uc-t0E9P6qDlH_BJs2cNEpGyM1NNEG-rIUF1bWKmo8IaifuGu17S8QVeUJ3a2BvzeugHfxgF0RAhW9JziBpX7H-Do-6prwiOcNipRTME7eXhcZuHgGAmOYkkFmRnBSjt90EmfH_cZKGyCDRu0XuEXZXvcTauDbHIJSe4PGDQCEYMeqFt-9MziJZeWUen6CJMxTHxYudGQSbZgPm0q953Zs-o4I_-pBoeXw",
        "use": "sig"
      },
      "tokeninfo": {
        "url": "",
        "desc": ""
      },
      "gsp": null,
      "signature": {},
      "type": null,
      "tags": null,
      "inboundports": [
        "443",
        "80"
      ],
      "outboundports": null,
      "ips": [
        "3.108.179.208"
      ],
      "credentialsPk": null,
      "oldEntityId": null
    }
  },
  {
    "ver": "1.0",
    "timestamp": "2024-09-20 12:49:08.909",
    "txnid": "29ae-11e8-a8d7-0290",
    "requester": {
      "name": "AA-SIMULATOR",
      "id": "AA-SIMULATOR"
    },
    "entityinfo": {
      "name": "AA-SIMULATOR",
      "id": "AA-SIMULATOR",
      "code": "AA-SIMULATOR",
      "entityhandle": "@AA-SIMULATOR",
      "Identifiers": [
        {
          "category": "STRONG",
          "type": "MOBILE"
        }
      ],
      "baseurl": "v2:https://api.sandbox.sahamati.org.in/simulate/v2/",
      "webviewurl": "",
      "fitypes": [
        "DEPOSIT"
      ],
      "certificate": {
        "alg": "RS256",
        "e": "AQAB",
        "kid": "f676b688-07a2-450b-ddacb5-ss52fcb98dcobs",
        "kty": "RSA",
        "n": "pOFhy12KFAcIwG-vKqkMWCc8oxAbEmB7_sakwxBYN1NudI1mddWdzUhUU38M1B3McDs-actIRDxisNvFMLOwqzQCojQiuao8fh9z8roxEEZx_LR5zG-S6xNbcsMl76FoYpYofKWfNf5Nxnc_FRcS2Yi38XaGXez5Z3JO_NvNtzZtvVjGSRlXUjEBN8q2o4c-o_fA5RVsKX57duOXLWeO6jMzhulrnSEWSv0dTvH1OeJGjtF4csXro0NWa8C9F9MUwP7juH90gmrAKacFkLPaU_uyBZzwu3w14Sa4jru2g7oYVMs0IDZnwYXUw-SgixHAghMpQwKBNwCphHI9QAN0qw",
        "use": "sig"
      },
      "tokeninfo": {
        "url": "null",
        "maxcalls": 1,
        "desc": "string"
      },
      "gsp": null,
      "signature": {
        "signValue": "u2j8DsVyT1azpJC_NG84Ty5KKthuCaPod7iI7w0LK9orSMhBEwwZDCxTWq4aYWAchc8"
      },
      "type": null,
      "tags": null,
      "inboundports": null,
      "outboundports": null,
      "ips": [
        " "
      ],
      "credentialsPk": null,
      "oldEntityId": null
    }
  }
]

Last updated