Using smsw-java-sdk with thesmsworks.co.uk

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/TheSMSWorks/smsw-java-sdk
Returns the customer ID to the caller
curl \
  -H "Authorization: $API_KEY" \
  /utils/test
Retrieve all messages in a batch with the given batch ID
curl \
  -H "Authorization: $API_KEY" \
  /batch/{batchid}
Returns the number of credits currently available on the account
curl \
  -H "Authorization: $API_KEY" \
  /credits/balance
SDK on GitHub 📄 API Docs
SDK
smsw-java-sdk
Java
API
thesmsworks.co.uk
thesmsworks.co.uk
At a glance
Language Java
Endpoints18
✓ Official