Sms Settings Controller
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
No content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/sms/settings/twilio HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 109
{
"id": "text",
"provider": "text",
"isDefault": true,
"twilioNumber": "text",
"authToken": "text",
"accountSid": "text"
}No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
No content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/sms/settings/netgsm HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 118
{
"id": "text",
"provider": "text",
"isDefault": true,
"header": "text",
"bayiCode": "text",
"username": "text",
"password": "text"
}No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
No content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/sms/settings/dataport HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 166
{
"id": "text",
"provider": "text",
"isDefault": true,
"username": "text",
"password": "text",
"shortNumber": "text",
"operator": "text",
"originator": "text",
"accountNumber": "text"
}No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/sms/settings HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T23:41:24.757Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:41:24.757Z",
"id": "text",
"provider": "text",
"isDefault": true
}
]Last updated