Retrieve a Magic Link Connection

GET {{cryptr_service_url}}/api/v2/org/:org_domain/magic-link-connection

Retrieve a Magic Link Connection for an Organization by providing the org_domain. This request allows you to obtain information about an existing Magic Link Connection associated with the specified organization.

RETURNS

If the request is successful, the API returns an object representing the retrieved Magic Link Connection.

RESPONSES

status: OK

{"__type__":"MagicLinkConnection","active":true,"find_or_create_user":false,"id":"6cb338dc-e525-4ca9-bec7-3be556661d25","inserted_at":"2024-07-24T07:26:37","sign_in_template_id":null,"updated_at":"2024-07-24T07:26:37"}