curl -X GET "https://api.tktchurch.com/v1/auth/linked-providers" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."
{ "primaryProvider": "local", "linkedProviders": [ { "provider": "google", "providerId": "12345", "email": "[email protected]", "displayName": "John Doe", "photoUrl": "https://example.com/photo.jpg" }, { "provider": "apple", "providerId": "67890", "email": "[email protected]", "displayName": "John Doe" } ] }
Get all authentication providers linked to the current account
local
google
facebook
apple
Show Linked Provider
Show Error Object