# SMS JSON

**POST** `/genericapi/JSONGenericReceiver`

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

SMS JSON

## Request

URL: `https://api.example.com/sms/genericapi/JSONGenericReceiver`

Authentication location: `none`

Authentication name: `none`

### Request schema


```json
{
  "type": "object"
}
```

### Request example


```json
{}
```

## Response schema


```json
{}
```

## Response examples


```json
{}
```

## Status codes


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