List SMS Links
GET {{baseUrl}}/v1/configuration/smslink
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
smsLinkId | string | The identifier of the sms link. | |
groupId | string | This can be used to filter based on the SMS link group and get the list of your SMS links within that SMS link group. | |
type | string | This can be used to filter based on the type (protocol) of SMS links: REST_JSON, SMPP_SMSC, SMPP_ESME, SOAP, SIP, SMTP. | |
direction | string | This can be used to filter your SMS links based on their direction: FROM_VOXBONE, TO_VOXBONE or BIDIRECTIONAL. |
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. | |
Accept | string |
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}]}