Tracks a list of blacklisted domains and ip address for trial subscriptions.
GET /trial-exclusions/?(queryParameters)=(queryParametersValue)
For security reasons requests must be made over HTTPS.
| Query Parameters | Required? | Value |
|---|---|---|
| Yes | ||
| clientIp | Yes | client Ip Address |
| Header | Value |
|---|---|
| Content-Type | application/json |
| X-Api-Key | <API key value> |
Not supported.
An example of a JSON representation of the user’s resource is shown below:
{
“emailDomain”: “yuys.org”
}
| Http Status | Description |
|---|---|
| 200 OK | The record was retrieved successfully |
| 400 Bad Request | The request was invalid. You may refer to response for details around why the request was invalid. |
| 403 Forbidden | The x-api-key provided is invalid. Whenever the user provides an x-api-key, validation against an api key whitelist is performed. If the x-api-key provided is not in the whitelist, this error is returned. |
|
404 Not Found |
Not found. |