Returns a paginated list of magic links for the authenticated partner. Filter by visibility (active/expired), status, referenceId, and date range.
Your partner API key. Use m2m_test_* keys for the sandbox environment.
Page number (1-indexed)
x >= 11
Number of items per page
1 <= x <= 10020
Filter records created on or after this date (ISO 8601)
"2026-01-01T00:00:00.000Z"
Filter records created on or before this date (ISO 8601)
"2026-02-28T23:59:59.999Z"
Filter by link visibility. "active" returns links that have not expired and are not revoked. "expired" returns links whose expiresAt has passed but are not revoked. Omit to return all links regardless of expiration.
active, expired "active"
Filter by specific link status. Can be combined with the visibility filter. "created" = link not yet opened. "opened" = user has accessed the link. "revoked" = partner revoked the link.
created, opened, revoked "opened"
Filter links by the partner reference ID of the associated user
"user-12345"