Lookup coverage for a resource

Look up the coverage for a single resource by specifying the resource type, identifier (such as sender name or phone number), and associated country code.

Please log in to see full path URL. Learn why.
post
/resources/1/coverage-lookup
Request rate limit:
10 requests / second (per account)
Request Body schema:
application/json
collapse all -
resourceType
required
string

Resource type. The request body will not be parsable if this property is missing.

senderName
required
string [ 0 .. 255 ] characters

Alphanumeric sender name.

countryCode
required
string ^[A-Z]{2}$

Country code in two-letter ISO standard. Required for identifying country specific resources (for instance, short code number types).

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

429

Too Many Requests

500

Internal Server Error

Request samples

Content type
application/json
Example
Copy
Collapse all
{
  • "resourceType": "ALPHANUMERIC",
  • "senderName": "MySender",
  • "countryCode": "GB"
}

Response samples

Content type
application/json
Example
Copy
Collapse all
{
  • "senderName": "MySender",
  • "countryCode": "GB",
  • "countryName": "United Kingdom",
  • "capabilities":
    [
    • {
      • "channel": "SMS",
      • "coverage":
        {
        • "outbound":
          [
          • {
            • "mccNnc": "310260",
            • "networkName": "Some network"
            }
          ],
        • "inbound": false
        }
      }
    ],
  • "resourceType": "ALPHANUMERIC"
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.