Contrib API Documentation

Get Domain Attributes

Get domain attribute values based on domain frameworks attributes

Json result is different per framework

Method

GET

URL

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

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

API Responses

sample json data for lead template version 1 framework:
{
"success": true,
"data": {
"additional_html_DefaultValue": "",
"fb_page_DefaultValue": null,
"background_image_url_DefaultValue": null,
"keywords_DefaultValue": "",
"twitter_page": null,
"bottom_text": null,
"twitter_page_DefaultValue": null,
"bottom_text_DefaultValue": null,
"additional_html": "",
"footer_html": "",
"keywords": null,
"background_image_url": null,
"fb_page": null,
"footer_html_DefaultValue": ""
}
}


API Errors

[
 {
"success":false
 }
]