# Circle

This API enables customers to get the Circle ID required for recharge processing for Mobile, DTH etc.

## Get Ind Circle

<mark style="color:green;">`GET`</mark> `/in/circle`

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |
| Accept       | `application/json` |
| x-auth-token | `<token>`          |

**Body**

This is a GET request and does not need body parameters

**Response**

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

```json
{
    "error": false,
    "message": "Success Message",
    "data": [
        {
            "value": 1,
            "label": "Name oF Circle"
        }
    ]
}
```

{% endtab %}

{% tab title="400" %}

```json
{
    "error": true,
    "message": "Description for the error",
}
```

{% endtab %}
{% endtabs %}


---

# 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.globaltopup.in/additional-ind-apis/circle.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.
