Get Clerk user OAuth access token
Retrieve stored OAuth access tokens for a user and provider.
← All Clerk endpoints · Capability overview
/v1/clerk/users/{user_id}/oauth-access-tokens/{provider}https://api.vee3.io/v1/clerk/users/{user_id}/oauth-access-tokens/{provider}
Retrieve stored OAuth access tokens for a user and provider.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.get_user_oauth_access_tokenParameters6 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
user_idstringRequiredClerk user id (user_...) to operate on.
providerstringRequiredOAuth provider id (for example oauth_google).
paginatedbooleanOptionalWhether to paginate results.
limitintegerOptionalMaximum tokens to return when paginated.
offsetintegerOptionalNumber of tokens to skip when paginated.
Response4 fields
oauth_access_tokensarrayitems3 fieldsOAuth access token objects for the user and provider. Treat token values as secrets.
oauth_access_tokensarrayitemsobjectstringObject type (oauth_access_token).
providerstringOAuth provider id (for example oauth_google).
tokenstringOAuth access token secret. Treat as high-privilege — do not log.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required