GET /trial-exclusions/?(queryParameters)=(queryParametersValue)

Purpose

Tracks a list of blacklisted domains and ip address for trial subscriptions.

Request

Resource URL

GET /trial-exclusions/?(queryParameters)=(queryParametersValue)

For security reasons requests must be made over HTTPS.

Query Parameters

Query ParametersRequired?Value
email Yes email
clientIp Yes client Ip Address

Request Headers

HeaderValue
Content-Type application/json
X-Api-Key <API key value>

Request Body

Not supported.

Response

Response Body

An example of a JSON representation of the user’s resource is shown below:

{
 “emailDomain”: “yuys.org”
}

HTTP Status Codes

Http StatusDescription
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.