> For the complete documentation index, see [llms.txt](https://api.drugnet.com.gh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.drugnet.com.gh/mcredit-institutions.md).

# Mcredit Institutions

<mark style="color:green;">`GET`</mark> `/`mcredit\_institutions

Get a mcredit institutions endpoint

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | x-api-key          |
|               |                    |

**Params**

| Name   | Type       | Description        |
| ------ | ---------- | ------------------ |
| search | string[^1] | Search institution |
| status | string[^1] | Institution status |

**Response**

{% tabs %}
{% tab title="200" %}

```json
{
    "code": 200,
    "success": true,
    "message": "M-CrediT institutions retrieved successfully",
    "count": 1,
    "data": [
        {
            "institution_id": "XXX-XXX-XX",
            "canonical_name": "XXX-XXX-XXX",
            "active_status": "active"
        },
       
    ]
}
```

{% endtab %}

{% tab title="400" %}

```json
{
    "code": 400,
    "success": false,
    "message": "Invalid Request"
}
```

{% endtab %}
{% endtabs %}

[^1]: required
