testSiteWlanTelstraSetup

POST https://{{host}}/api/v1/utils/test_telstra

Allows validation of Telstra sms gateway credentials

Parameters

NameTypeDefinition
telstra_client_idstringTelstra client id
telstra_client_secretstringTelstra client secret
tostringPhone 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

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring