List OAuth Identities
OAuth Endpoints
List OAuth Identities
List all OAuth identities linked to the current user
GET
List OAuth Identities
Returns all OAuth identities linked to the authenticated user’s account, ordered by creation date. Use this to display connected accounts on a settings page.
Requires a valid access token.
Headers
Bearer {accessToken} — a valid access token for the authenticated user.Response
Array of linked identities, ordered oldest first.

