cURL
curl --request GET \ --url https://api.example.com/api/core/sharepoint/site-exists \ --header 'Authorization: Bearer <token>'
{ "exists": true }
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?