Contrib API Documentation

Get domain social

Use this function to get domain social/profile url

Method

GET

URL

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

Making a Request

Available request parameters are:
  • domain — domain name (should be in contrib/vnoc system).
  • key — domain API key.
  • default — default domain to get social value if current domain has no social .
  • social — values can be any of the following: fb, gplus, twitter, linkedin, gtube .

  • Sample Request

    https://e7lq80c199.execute-api.us-west-2.amazonaws.com/api1?request=getdomainsocial&key={xxxxxxxxx}&domain={domain}&default={default_domain}&social=fb

API Responses

sample json data:
{
"success": true,
"data": {
"profile_url": "http://www.facebook.com/pages/Linkedcom/206740296023307"
}
}


API Errors

[
 {
"success":false
 }
]