SMS API authentication
Archived
Command
https://api.clickatell.com/http/delmsg?user=xxxx&password=xxxx&api_id=xxxx&apimsgid=xxxxParameters
Paramater
Description
SMS SPI Authentication Examples
Bash
username="place username here"
password="place password here"
api_id="place password here"
curl --data "user=$username&password=$password&api_id=$api_id" \
'https://api.clickatell.com/http/auth'