# HLR API GET & POST

**GET** `/hlr/lookup`

Product: [SMS](https://devdocs.pinnacle.in/docs/sms.md)  
Version: [1.0](https://devdocs.pinnacle.in/docs/sms/1-0.md)

HLR API GET & POST

## Request

URL: `https://api.example.com/sms/hlr/lookup`

Authentication location: `none`

Authentication name: `none`

### Request schema


```json
{
  "type": "object",
  "properties": {
    "apikey": {
      "type": "string",
      "x-parameter-in": "query"
    },
    "mobile": {
      "type": "string",
      "x-parameter-in": "query"
    }
  }
}
```

### Request example


```json
{}
```

## Response schema


```json
{}
```

## Response examples


```json
{}
```

## Status codes


```json
[
  {
    "code": 200,
    "description": "Successful response"
  }
]
```
