Site

Site address endpoints. For a full description of the model see the Site Model.

Show site address

Shows the details of the site address the provided access token is associated with.

GET
https://api.capsulecrm.com/api/v2/site

Response

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."
  }
}