Contrib API Documentation

Get Domain Info

Method

GET

URL

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

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=getdomaininfo&key={xxxxxxxxx}&domain={domain}

API Responses

sample json data:
{
"success": true,
"data": {
  "MemberId": "7",
  "Description": "Join our exclusive community of like minded people on mychallenge.com",
  "DomainType": "domain",
  "DomainName": "mydomain.com",
  "DomainId": "22887",
  "IsActive": "1",
  "AccountGA": "UA-29828968-1",
  "Title": "Welcome to mychallenge.com",
  "Logo": "https://cdn.vnoc.com/logos/logo-mychallenge5.png",
}
}


  • DomainId — Domain Id.
  • DomainName — Domain Name.
  • Title — Domain Meta Title.
  • Description — Domain Meta Description.
  • Logo — Domain Logo Url.
  • AccountGA — Domain google analytics UA code.

API Errors

[
 {
"error":true
 }
]