cURL
curl --request POST \ --url https://api.edges.run/v1/identities/{identity_uid}/generate-login-links \ --header 'X-API-Key: <api-key>'
{ "linkedin": "https://app.edges.run/identities/linkedin/login?token=XXXXXX" }
Generate a new login link to allow native login for an identity with username and password
API key required for authentication. Add your API key in the X-API-Key header.
Login links successfully generated.