Reauthorize Task MCP Server

Start the authorization flow again for a server whose credentials have expired or been revoked, keeping the existing registration and its tools. This runs the same flow as the authorize endpoint and answers the same redirects: despite being a `POST` it does not return the server. The callback hands back an `auth_session_id` — pass it to the update endpoint to attach the refreshed credentials to this registration.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

task_mcp_server_idstringRequiredformat: "uuid"
org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.

Query parameters

redirect_tostring or nullOptional

Console URL to return the browser to once the flow finishes. Must be under the configured console origin. When supplied, a failure to start the flow redirects here with an error query parameter instead of answering 400.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error