Get Site Restrictions

  • REST Method: GET
  • URL: https://docsapi.helpscout.net/v1/sites/{id}/restricted

Response

Response Name Type Notes
Header Status Int 200
Body item SiteRestriction
{
    "enabled": true,
    "authentication": "CALLBACK",
    "callbackConfiguration": {
        "signInUrl": "https://example.com/signin",
        "sharedSecret": "xU9z43VrMtqIvnAqgbvUPSNkj/e4e/M5Nw+NIz7Dnjs="
    }
}