Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The workspace ID
Path Parameters
Response
Successful Response
The response is of type any.
Refresh an OAuth access token for a connection.
This endpoint refreshes expired OAuth tokens using the refresh token. It updates the credential with the new tokens.
Example:
POST /oauth/refresh/conn_abc123
Response:
{
"status": "success",
"connection_id": "conn_abc123",
"expires_at": "2025-10-19T12:00:00Z"
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The workspace ID
Successful Response
The response is of type any.