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

JavaScript integration

✓ Official SDK
Install
npm install smsw-nodejs-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-nodejs-sdk
JavaScript
API
thesmsworks.co.uk
thesmsworks.co.uk
At a glance
Language JavaScript
Endpoints18
✓ Official