List SMS Links

GET {{baseUrl}}/v1/configuration/smslink

Request Params

KeyDatatypeRequiredDescription
smsLinkIdstringThe identifier of the sms link.
groupIdstringThis can be used to filter based on the SMS link group and get the list of your SMS links within that SMS link group.
typestringThis can be used to filter based on the type (protocol) of SMS links: REST_JSON, SMPP_SMSC, SMPP_ESME, SOAP, SIP, SMTP.
directionstringThis can be used to filter your SMS links based on their direction: FROM_VOXBONE, TO_VOXBONE or BIDIRECTIONAL.

HEADERS

KeyDatatypeRequiredDescription
apikeystringAuthentication 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.
Acceptstring

RESPONSES

status: OK

{"smsLinks":[{"smsLinkId":1517,"login":null,"password":null,"url":"sip:sms@194.183.244.21","groupId":2373,"type":"SIP","name":"Voxbone SIP","direction":"FROM_VOXBONE","weight":1,"systemType":null,"useSSL":null,"monitorInterval":null,"transactionTimeout":null,"deliveryStatusReport":null}]}