Get coverage command
Archived
GET https://api.clickatell.com/rest/coverage/[msisdn]JSON
Request
GET /rest/coverage/27999123456 HTTP/1.1
HOST: api.clickatell.com
X-Version: 1
Authorization: Bearer [Your Authorization Token]
Accept: application/jsonResponse
HTTP/1.1 200 OK
Content-Type: application/json
{
"data": {
"routable" : true,
"destination" : "27999123456",
"minimumCharge" : 0.8
}
}