| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Parameter Definitions

- **phone**  
  `string`  
  User's phone number. E.164 number convention.

- **optInGranted**  
  `boolean`  
  Defaults to false  
  Indicates whether opt-in is granted

- **api-version**  
  `string`  
  required  
  Defaults to 1.0

### Response Codes

- ``200``  
  OK

- ``400``  
  Bad Request

### Example Request

```bash
curl --request POST \
     --url https://demo-api.incodesmile.com/omni/phone \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json'
```

### Response Format

```json
{
  "status": "200",
  "message": "OK"
}
```
