Get /settings/integration/sms/{id}
Description
Returns the SMS Provider record with the supplied DBID.
Request Parameter
Id, the SMS Provider record Id.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Sample Request
Request URL |
GET https://10.106.94.152:8443/api/v2/settings/integration/sm/3 |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"status": "success",
"errorMessage": null,
"results": [
{
"landscape": -1,
"id": 3,
"providerName": "AirVoice",
"emailToSMS": "xxxxxxxxxx@mmode.com",
"country": "United States",
"state": 0,
"enabled": false,
"version": 1.0,
"maxMessageLength": -1
}
],
"filtered": 1,
"total": 193
}