cURL
curl --request GET \ --url https://api.example.com/api/core/sharepoint/sites \ --header 'Authorization: Bearer <token>'
[ { "site_id": "<string>", "site_name": "<string>", "name": "<string>", "domain": "<string>" } ]
Gets all root-level SharePoint sites for a given domain.
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?