mcp
GET /.well-known/oauth-protected-resource
OAuth 2.1 protected-resource metadata for the MCP server (RFC 9728).
Authentication
This endpoint is public. It takes no credential and no organisation — it is what our own marketing site and AI answer engines read.
This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.
Try it
Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.
curl -X GET https://api.zinndigital.com/.well-known/oauth-protected-resourceSigned in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console
Details
The discovery document a compliant MCP client fetches (after a `401` from the MCP endpoint) to learn which authorization server issues tokens for this resource. Unauthenticated.
Response
| Name | Type | Required | What it is |
|---|---|---|---|
resource | string | Yes | — |
authorization_servers | string[] | Yes | — |
scopes_supported | string[] | No | — |
bearer_methods_supported | string[] | No | — |
resource_documentation | string | No | — |