Create new SMS Link
PUT {{baseUrl}}/v1/configuration/smslink
Request Body
{"smsLink"=>{"direction"=>"<string>", "type"=>"<string>", "url"=>"<string>", "weight"=>"<integer>", "login"=>"<string>", "password"=>"<string>", "groupId"=>"<integer>", "name"=>"<string>", "systemType"=>"<string>", "useSSL"=>"<boolean>", "monitorInterval"=>"<integer>", "transactionTimeout"=>"<long>", "deliveryStatusReport"=>"<boolean>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
apikey | string | Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"smsLink":"\u003cinteger\u003e"}