The Login Link object
Login Links are single-use URLs that take an Express account directly to the login page for their Zoneless dashboard. A Login Link differs from an Account Link in that it takes the user directly to their Express dashboard rather than through an onboarding flow.
You can only create login links for Express accounts that are connected to your platform. The connected account must have already completed onboarding and have access to the Express Dashboard.
Attributes
String representing the object's type. Objects of the same type share the same value. Always login_link.
{
"object": "login_link",
"created": 1704067200,
"url": "https://dashboard.yourdomain.com/login?token=ll_z_abc123..."
}