# CR APIs

### Fetching Regulated Entities REs metadata using Central Registry (CR)

A RE should fetch the metadata of the other REs to interact with them through ReBIT APIs to handle the AA ecosystem functionalities. Sahamati provided the CR APIs to access the REs metadata. Here is the sequence diagram for Fetching REs metadata.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcTkKNOEJjQLqrQKi9iJSP8KjDbaa3nfnmSw_IcuBi2yhIjW7cLQKPBlv1k2r8UCmWGT21YNh7mnry6pxFUNKr4hGgwUTn-KjXvmrTcfC3EZkn5YEUV97NYyCZbw_-qmkJBGQsQMQ?key=3aTz-3SKYP0rOCX7DFnLglx6" alt=""><figcaption><p>Fetch REs Metadata using Central Registry</p></figcaption></figure>

{% openapi src="/files/jW0T1thS78gNa6XYDnMn" path="/v2/entityInfo/{type}" method="get" %}
[CR-Service-API-v1.0.yaml](https://content.gitbook.com/content/CKUjTKikPLYOjZEtClEd/blobs/ULRrUF0meRjhWs0vS0Tx/CR-Service-API-v1.0.yaml)
{% endopenapi %}

{% openapi src="/files/jW0T1thS78gNa6XYDnMn" path="/v2/entityInfo/{type}/{id}" method="get" %}
[CR-Service-API-v1.0.yaml](https://content.gitbook.com/content/CKUjTKikPLYOjZEtClEd/blobs/ULRrUF0meRjhWs0vS0Tx/CR-Service-API-v1.0.yaml)
{% endopenapi %}

#### API Collection:

{% file src="/files/6JfkK74IpWh1PQYJfoXX" %}
Central Registry - API Collection
{% endfile %}


---

# 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://developer.sahamati.org.in/sahamatinet-mvp/integration-steps/cr-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.
