list sender ids on the account

API Docs by APIMATIC

List Sender IDs on the Account

Use this method to get a list of all SMS Sender IDs on the account.

This endpoint requires authentication.

GET /messages/sender_ids
  • EXPLORER
  • PARAMETERS
Note This endpoint does not take any parameters.

Server

SMS and MMS messaging

Response Type

curl -X GET -G \
  --url 'https://api.wavix.com/v2/messages/sender_ids' \
  -H 'Accept: application/json' \
  -d 'appid=your-API-key'