SMS Reports¶
Activate or deactivate SMS report feature¶
POST /project/set-sms-report-enabled
A method for activating and deactivating SMS report feature.
curl 'https://cloud.roistat.com/api/v1/project/set-sms-report-enabled?project=12345' \
--request POST \
--header 'Content-type: application/json' \
--header 'Api-key: {KEY}' \
--data Request body - see below
Request Body:
{
"enabled": "1"
}
{
"status": "success"
}
Query String:
Parameter | Type | Description | Required |
---|---|---|---|
project | string | Project number | yes |
Request Body:
Parameter | Type | Description | Required |
---|---|---|---|
enabled | string | 1 - SMS report feature is ON; 0 - SMS report feature is OFF. | yes |
Parameter | Type | Description |
---|---|---|
status | string |