testSiteWlanTelstraSetup
POST https://{{host}}/api/v1/utils/test_telstra
Allows validation of Telstra sms gateway credentials
Parameters
Name | Type | Definition |
---|---|---|
telstra_client_id | string | Telstra client id |
telstra_client_secret | string | Telstra client secret |
to | string | Phone number of the recipient of SMS with country code |
In case of success, a text message confirming successful setup should be received. In case of error, telstra error message are returned.
Request Body
{"telstra_client_id"=>"123456", "telstra_client_secret"=>"abcdef", "to"=>"+911122334455"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |