# Central Registry APIs

You would need to access CR APIs to get list of AAs and FIPs. The API document can be found here in this [AA Commons Documentation](< https://sahamati.gitbook.io/aa-common-service/central-registry/cr-api-details>)

You can download the [postman collection here](https://drive.google.com/drive/folders/1NmtiaL-Dv5fsEzGR79iWXr5Tlt__U6YZ?usp=sharing).

### Collection Variables Values for UAT

| Variable          | Value                                                                                      |
| ----------------- | ------------------------------------------------------------------------------------------ |
| CR\_API           | <https://uatcr.sahamati.org.in/v2>                                                         |
| auth.token-url    | <https://uattokens.sahamati.org.in/auth/realms/sahamati/protocol/openid-connect/token>     |
| auth.clientId     | Client ID obtained after [creating FIU entity](/central-registry/create-fiu-entity.md)     |
| auth.clientSecret | Client secret obtained after [creating FIU entity](/central-registry/create-fiu-entity.md) |

<https://uattokens.sahamati.org.in/auth/realms/sahamati/protocol/openid-connect/token>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.saafe.in/central-registry/central-registry-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
