Skip to main content
GET
/
api
/
core
/
sharepoint
/
site-exists
Check if SharePoint site exists
curl --request GET \
  --url https://api.example.com/api/core/sharepoint/site-exists \
  --header 'Authorization: Bearer <token>'
{
  "exists": true
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Query Parameters

site_name
string
required
domain
string
required
credential_id
string
required
base
string
default:sites

Response

Successful Response

exists
boolean
required