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

C# integration

✓ Official SDK
Install
dotnet add package smsw-csharp-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-csharp-sdk
C#
API
thesmsworks.co.uk
thesmsworks.co.uk
At a glance
Language C#
Endpoints18
✓ Official