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.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Bearer {accessToken} — a valid access token for the authenticated user.Response
Array of linked identities, ordered oldest first.

