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>"
}
]
}Bearer {accessToken} — a valid access token for the authenticated user.Show properties
"google", "github", "external").