Returns protected resource metadata per RFC 9728, including supported scopes and the authorization server.
curl --request GET \
--url https://mcp.calendly.com/.well-known/oauth-protected-resource \
--header 'Authorization: Bearer <token>'{
"resource": "<string>",
"authorization_servers": [
"<string>"
],
"scopes_supported": [
"<string>"
],
"bearer_methods_supported": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://mcp.calendly.com/.well-known/oauth-protected-resource \
--header 'Authorization: Bearer <token>'{
"resource": "<string>",
"authorization_servers": [
"<string>"
],
"scopes_supported": [
"<string>"
],
"bearer_methods_supported": [
"<string>"
]
}