Overview The JSON REST API allows you to submit and receive BulkSMS messages. You can also get access to past messages and see your account profile. The base URL to use for this service is https://api.bulksms.com/v1. The base URL cannot be used on its own; you mus
curl \ -u "$API_USER:$API_PASS" \ https://api.bulksms.com/v1/profile
curl \ -u "$API_USER:$API_PASS" \ https://api.bulksms.com/v1/messages
curl \ -u "$API_USER:$API_PASS" \ https://api.bulksms.com/v1/webhooks