Skip to main content

Get Circle

Get Circle:

Postman Collection

URL

GET : /v1/service/recharge/circles

Headers

Content-Type  (String)   required
application/json
Authorization  (String)   required
Basic Auth
Accept  (String)   required
application/json

Request

Example Request
    curl --location --request GET '/v1/service/recharge/circles' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data ''

Response Samples

    {
"code": "0x0200",
"message": "Circle fetched successfully.",
"status": "SUCCESS",
"data": [
{
"circleId": 1,
"circleName": "Andhra Pradesh Telangana"
},
{
"circleId": 5,
"circleName": "Delhi NCR"
},
{
"circleId": 6,
"circleName": "Gujarat"
},
{
"circleId": 7,
"circleName": "Haryana"
},
{
"circleId": 12,
"circleName": "Kolkata"
},
{
"circleId": 13,
"circleName": "Madhya Pradesh Chhattisgarh"
},
{
"circleId": 14,
"circleName": "Maharashtra Goa"
},
{
"circleId": 15,
"circleName": "Mumbai"
},
{
"circleId": 16,
"circleName": "North East"
},
{
"circleId": 21,
"circleName": "UP East"
},
{
"circleId": 22,
"circleName": "UP West"
},
{
"circleId": 23,
"circleName": "West Bengal"
}
]
}

Response Code

Status CodeStatusMessage
0x0200SUCCESSTRANSACTION SUCCESSFULL
0x0201UNAUTHORIZEDUNAUTHORIZED USER
0x0202FAILUREFAILURE USER
0x0203MISSING_PARAMETERMISSING PARAMETER
0x0204CONNECTION_TIMEOUTCONNECTION TIMEOUT
0x0205SOMETHING_WENT_WRONGSOMETHING WENT WRONG
0x0206PENDINGTRANSACTION PENDING