SharedCount API

Guides, examples, and live requests for API v1.1.

Current versionv1.1

GET/v1.1/domain_whitelist

Return a list of domains added to your domain whitelist, and whether the domain whitelist is currently being enforced.


Endpoint

https://api.sharedcount.com/v1.1/domain_whitelist


Parameters

NameTypeDescription Required
apikeystringYour API Key.true

Code examples

curl 'https://api.sharedcount.com/v1.1/domain_whitelist?apikey=YOUR_API_KEY'

Try this endpoint

GEThttps://api.sharedcount.com/v1.1/domain_whitelist

Live request

This calls the live SharedCount API. Successful requests may count against your quota.

Ready
Your response will appear here.

Result format

{
    "domains": [],
    "whitelist_domains_enabled": false
}
Unauthorized
{
    "domains": ["yourdomain.com"],
    "whitelist_domains_enabled": true
}
Get your API key