Contrib API Documentation

Get Related Vertical Domains

Use this function to get domains with the same vertical as the main domain

Method

GET

URL

https://e7lq80c199.execute-api.us-west-2.amazonaws.com/api1?request=getverticaldomains

Making a Request

Available request parameters are:
  • domain — domain name (should be in contrib/vnoc system).
  • key — domain API key.

  • Sample Request

    https://e7lq80c199.execute-api.us-west-2.amazonaws.com/api1?request=getverticaldomains&key={xxxxxxxxx}&domain={domain}

API Responses

sample json data:
{
"success": true,
"data": [
{
"domain_name": "detailpoint.com"
},{
"domain_name": "cultureboard.com"
},{
"domain_name": "exchangecorp.com"
},{
"domain_name": "localbuddy.com"
},{
"domain_name": "denverloan.com"
},{
"domain_name": "bonusnet.com"
},{
"domain_name": "improvingservice.com"
}]
}


API Errors

[
 {
"success":false
 }
]