Skip to main content

Get All Sender Codes

Learn more about how to trigger the REST API call to get all sender codes associated with your account.

Updated over 10 months ago

The first step in setting up your transactional SMS messaging is to trigger an API call to pull back all of your sender codes that are associated with your account. Be sure to have completed authenticating before moving to this next step. Follow the below steps to test this in Postman or a REST application of your choice.

1. Open https://api.listrak.com/sms in a tab.
2. Navigate to the sendercode tab.
3. Then Get SMS Sender codes.
4. Copy the relative Get SMS Sender codes URL from the right-hand side of the page.

5. Navigate to Postman.
6. Enter the base URL of https://api.listrak.com/sms.
7. Click Headers.
8. Enter your copied bearer token from the previous article.
9. Click Send.
10. Locate the Sender Code ID.

You now have your SMS Sender Code ID and can now call all your SMS lists.

Did this answer your question?