cURL
curl --request GET \ --url https://api.example.com/v2/auth/tokens
[ { "id": "<string>", "provider_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "provider_account_label": "<string>", "scopes": [], "expires_at": "2023-11-07T05:31:56Z" } ]
List the calling user’s tokens for a provider.
OAuth provider ID
Successful Response
Was this page helpful?