HTTP/1.1 200
{
"site" : {
"url" : "https://exampleco.capsulecrm.com",
"subdomain" : "exampleco",
"name" : "Example Co."
}
}
Site address endpoints. For a full description of the model see the Site Model.
Shows the details of the site address the provided access token is associated with.
Returns HTTP status code 200
. The body of the response will contain an object with a single property site
which is a Site object.
HTTP/1.1 200
{
"site" : {
"url" : "https://exampleco.capsulecrm.com",
"subdomain" : "exampleco",
"name" : "Example Co."
}
}