v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-012124381.2 MB
mcp-server

Get Instance Auth

Retrieves the auth data for a specific integration instance that the API key owner controls. Includes access token, refresh token, and other authentication data.

This endpoint includes proper ownership verification to ensure users can only access authentication data for integration instances they own. It also handles token refresh if needed.

get/mcp-server/instance/{instanceId}/auth

Path parameters

instanceIdstring uuid required

The ID of the connection integration instance to get auth data for.

The ID of the connection integration instance to get auth data for.

Response

Successful Response

successboolean required

Whether the request was successful

authDataobject nullable

Complete authentication data including access token, refresh token, scope, expiration, and platform-specific data

errorstring nullable

Error message if the request failed