Get site information. For branch API keys only.
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
domain |
Domain |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Site |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": { "Id": 31385, "AccountId": "073f4072-9870-438d-818b-c7e56eff2601", "SiteDomainName": "somedomain", "SiteFullDomainName": "somedomain.inapp.mobi", "ExternalDomainNames": [], "Created": "2014-04-01T12:13:19.903", "BusinessCategories": [ { "Id": 1, "Name": "Audio" } ], "PoweredByUrl": "http://somedomain.com/url", "PoweredByText": "Some domain", "SearchTags": "Search tags" }, "Success": true, "Messages": [] }