Microsoft SharePoint website screenshot

Microsoft SharePoint

Microsoft SharePoint is a web-based collaboration platform that provides document management, content management, and team collaboration capabilities. It offers REST APIs, Microsoft Graph integration, and the SharePoint Framework for customization and extension.

Microsoft SharePoint publishes 6 APIs on the APIs.io network, including $batch API, Files API, ListItems API, and 3 more. Tagged areas include Collaboration, Content Management, Microsoft, Microsoft 365, and SharePoint.

Microsoft SharePoint’s developer surface includes authentication, developer portal, documentation, support, engineering blog, and 9 more developer resources.

45.2/100 developing ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreemiumSelf serve⚡ Free to try
10 APIs
CollaborationContent ManagementMicrosoftMicrosoft 365SharePoint

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 45.2/100 · developing
Contract Quality 13.6 / 25
Developer Ergonomics 8.3 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 6.5 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/microsoft-sharepoint: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 10

Individual APIs this provider publishes, each with its own machine-readable definition.

Microsoft Graph SharePoint Sites API

The Microsoft Graph SharePoint Sites API provides access to SharePoint sites, lists, and document libraries through the unified Microsoft Graph endpoint. It enables developers t...

SharePoint Webhooks API

The SharePoint Webhooks API enables applications to subscribe to change notifications on SharePoint lists and libraries. When items are created, updated, or deleted, SharePoint ...

SharePoint Search REST API

The SharePoint Search REST API provides full-text search capabilities across SharePoint content including sites, lists, libraries, and documents. It supports keyword query langu...

SharePoint Framework (SPFx)

The SharePoint Framework (SPFx) is a development model for building client-side web parts, extensions, and adaptive card extensions for SharePoint and Microsoft Teams. It uses m...

Microsoft SharePoint $batch API

The $batch API from Microsoft SharePoint — 1 operation(s) for $batch.

Microsoft SharePoint Files API

The Files API from Microsoft SharePoint — 3 operation(s) for files.

Microsoft SharePoint ListItems API

The ListItems API from Microsoft SharePoint — 2 operation(s) for listitems.

Microsoft SharePoint Lists API

The Lists API from Microsoft SharePoint — 2 operation(s) for lists.

Microsoft SharePoint Site API

The Site API from Microsoft SharePoint — 1 operation(s) for site.

Microsoft SharePoint Web API

The Web API from Microsoft SharePoint — 2 operation(s) for web.

Scroll for all 10

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

SharePoint REST API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Microsoft Sharepoint Authentication

http · 1 scheme

SECURITY

Microsoft Sharepoint Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Microsoft Sharepoint Agentic Access

15 operations · 5 acting

15 operations · 5 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: microsoft-sharepoint
name: Microsoft SharePoint
description: Microsoft SharePoint is a web-based collaboration platform that provides document management, content management,
  and team collaboration capabilities. It offers REST APIs, Microsoft Graph integration, and the SharePoint Framework for
  customization and extension.
type: Index
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/microsoft-sharepoint.png
tags:
- Collaboration
- Content Management
- Microsoft
- Microsoft 365
- SharePoint
url: https://raw.githubusercontent.com/api-evangelist/microsoft-sharepoint/refs/heads/main/apis.yml
created: '2024-01-01'
modified: '2026-05-19'
specificationVersion: '0.19'
apis:
- aid: microsoft-sharepoint:graph-sites-api
  name: Microsoft Graph SharePoint Sites API
  tags:
  - Microsoft Graph
  - SharePoint
  - Sites
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  baseURL: https://graph.microsoft.com/v1.0/
  humanURL: https://learn.microsoft.com/en-us/graph/api/resources/sharepoint
  properties:
  - url: https://learn.microsoft.com/en-us/graph/api/resources/sharepoint
    type: Documentation
  description: The Microsoft Graph SharePoint Sites API provides access to SharePoint sites, lists, and document libraries
    through the unified Microsoft Graph endpoint. It enables developers to manage site content, list items, drive items, and
    site permissions using a consistent REST interface alongside other Microsoft 365 services.
- aid: microsoft-sharepoint:webhooks-api
  name: SharePoint Webhooks API
  tags:
  - Events
  - SharePoint
  - Webhooks
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  baseURL: https://{tenant}.sharepoint.com/_api/
  humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
  properties:
  - url: https://learn.microsoft.com/en-us/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
    type: Documentation
  description: The SharePoint Webhooks API enables applications to subscribe to change notifications on SharePoint lists and
    libraries. When items are created, updated, or deleted, SharePoint sends notifications to registered webhook endpoints,
    enabling real-time event-driven integrations without polling.
- aid: microsoft-sharepoint:search-api
  name: SharePoint Search REST API
  tags:
  - Content Discovery
  - Search
  - SharePoint
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  baseURL: https://{tenant}.sharepoint.com/_api/search/
  humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-search-rest-api-overview
  properties:
  - url: https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-search-rest-api-overview
    type: Documentation
  description: The SharePoint Search REST API provides full-text search capabilities across SharePoint content including sites,
    lists, libraries, and documents. It supports keyword query language, query refinement, result sorting, and content source
    targeting for comprehensive enterprise search scenarios.
- aid: microsoft-sharepoint:framework
  name: SharePoint Framework (SPFx)
  tags:
  - Extensions
  - Framework
  - SharePoint
  - Web Parts
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview
  properties:
  - url: https://learn.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview
    type: Documentation
  description: The SharePoint Framework (SPFx) is a development model for building client-side web parts, extensions, and
    adaptive card extensions for SharePoint and Microsoft Teams. It uses modern web technologies including TypeScript, React,
    and Node.js to create customizations that run in the context of SharePoint pages.
- aid: microsoft-sharepoint:microsoft-sharepoint-batch-api
  name: Microsoft SharePoint $batch API
  description: The $batch API from Microsoft SharePoint — 1 operation(s) for $batch.
  humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  baseURL: https://{tenant}.sharepoint.com/_api/
  tags:
  - $batch
  properties:
  - type: OpenAPI
    url: openapi/microsoft-sharepoint-batch-api-openapi.yml
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  - type: Reference
    url: https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph
- aid: microsoft-sharepoint:microsoft-sharepoint-files-api
  name: Microsoft SharePoint Files API
  description: The Files API from Microsoft SharePoint — 3 operation(s) for files.
  humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  baseURL: https://{tenant}.sharepoint.com/_api/
  tags:
  - Files
  properties:
  - type: OpenAPI
    url: openapi/microsoft-sharepoint-files-api-openapi.yml
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  - type: Reference
    url: https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph
- aid: microsoft-sharepoint:microsoft-sharepoint-listitems-api
  name: Microsoft SharePoint ListItems API
  description: The ListItems API from Microsoft SharePoint — 2 operation(s) for listitems.
  humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  baseURL: https://{tenant}.sharepoint.com/_api/
  tags:
  - ListItems
  properties:
  - type: OpenAPI
    url: openapi/microsoft-sharepoint-listitems-api-openapi.yml
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  - type: Reference
    url: https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph
- aid: microsoft-sharepoint:microsoft-sharepoint-lists-api
  name: Microsoft SharePoint Lists API
  description: The Lists API from Microsoft SharePoint — 2 operation(s) for lists.
  humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  baseURL: https://{tenant}.sharepoint.com/_api/
  tags:
  - Lists
  properties:
  - type: OpenAPI
    url: openapi/microsoft-sharepoint-lists-api-openapi.yml
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  - type: Reference
    url: https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph
- aid: microsoft-sharepoint:microsoft-sharepoint-site-api
  name: Microsoft SharePoint Site API
  description: The Site API from Microsoft SharePoint — 1 operation(s) for site.
  humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  baseURL: https://{tenant}.sharepoint.com/_api/
  tags:
  - Site
  properties:
  - type: OpenAPI
    url: openapi/microsoft-sharepoint-site-api-openapi.yml
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  - type: Reference
    url: https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph
- aid: microsoft-sharepoint:microsoft-sharepoint-web-api
  name: Microsoft SharePoint Web API
  description: The Web API from Microsoft SharePoint — 2 operation(s) for web.
  humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  baseURL: https://{tenant}.sharepoint.com/_api/
  tags:
  - Web
  properties:
  - type: OpenAPI
    url: openapi/microsoft-sharepoint-web-api-openapi.yml
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  - type: Reference
    url: https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph
common:
- type: AgenticAccess
  url: agentic-access/microsoft-sharepoint-agentic-access.yml
- type: DomainSecurity
  url: security/microsoft-sharepoint-domain-security.yml
- type: Authentication
  url: authentication/microsoft-sharepoint-authentication.yml
- type: Portal
  url: https://portal.azure.com/
- type: Website
  url: https://www.microsoft.com/en-us/microsoft-365/sharepoint/collaboration
- type: Documentation
  url: https://learn.microsoft.com/en-us/sharepoint/dev/
- type: DeveloperPortal
  url: https://developer.microsoft.com/en-us/sharepoint
- type: Authentication
  url: https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs
- type: SDKs
  url: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints
- type: GitHubOrganization
  url: https://github.com/SharePoint
- type: TermsOfService
  url: https://www.microsoft.com/en-us/legal/terms-of-use
- type: PrivacyPolicy
  url: https://privacy.microsoft.com/en-us/privacystatement
- type: Support
  url: https://support.microsoft.com/
- type: Integrations
  url: https://www.microsoft.com/en-us/marketplace
- url: https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=SPBlog
  type: Blog
integrations:
- name: Microsoft
- name: Two people looking at a computer.
- name: This is placeholder text for
- name: IDC
- name: Nationwide
- name: RSA company
- name: Teleperformance
- name: A woman smiling at a laptop
- name: A man holding a laptop.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com