curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/oauth/identities \
--header 'Authorization: <authorization>'{
"identities": [
{
"id": "<string>",
"provider": "<string>",
"providerAccountId": "<string>",
"email": {},
"name": {},
"avatar": {},
"isVerified": true,
"createdAt": "<string>"
}
]
}List all OAuth identities linked to the current user
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/oauth/identities \
--header 'Authorization: <authorization>'{
"identities": [
{
"id": "<string>",
"provider": "<string>",
"providerAccountId": "<string>",
"email": {},
"name": {},
"avatar": {},
"isVerified": true,
"createdAt": "<string>"
}
]
}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.
Bearer {accessToken} — a valid access token for the authenticated user.Show properties
"google", "github", "external").