Get coverage command

Archived

This command allows you to check our coverage of a network or mobile number without sending a message to that handset. This command should not be used before sending each message.

The returned credit charge value indicates the lowest possible credit charge at that point in time (for a single plain-text message). Credit charges may fluctuate (based on the availability of delivery routes and features) and there is no guarantee that all your messages will be charged this value.

Command

https://api.clickatell.com/utils/routecoverage?user=xxxx&password=xxxx&api_id=xxxx&msisdn=xxxx

Parameters

Parameter
Description

apimsgid

This is the mobile number you would like to query; must be in international format (no leading zeros or + symbols.

Examples

Bash

username="place username here"
password="place password here"
api_id="place password here"
msisdn="mobile number"
 
curl --data "user=$username&password=$password&api_id=$api_id&msisdn=$msisdn" \
    'https://api.clickatell.com/utils/routecoverage'

PHP

Python

API responses

Example response

Successful API response:

OR:

Error response:

Format

Successful API response:

OR:

Error response: