Get list of providers that have active OAuth tokens for the current user and organization.
Returns a list of provider names that are connected.
cURL
curl --request GET \ --url https://api.codegen.com/v1/oauth/tokens/status
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?