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