Contrib API Documentation

Get Domains Without Logo

Use this function to get the list of domains without logo

Method

GET

URL

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

Making a Request

Available request parameters are:
  • domain — domain name (should be in contrib/vnoc system).
  • limit — number of domains to be fetched.
  • key — domain API key.

  • Sample Request

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

API Responses

sample json data:
{
"success": true,
"data": [
{
"domain_name": "handyrepairman.com",
"title": "Handyrepairman.com",
"domain_id": "10263",
"slug": "business",
"logo": ""
},{
"domain_name": "serviceports.com",
"title": "Serviceports.com",
"domain_id": "3207",
"slug": "business",
"logo": ""
} }


API Errors

[
 {
"success":false
 }
]