# Integration Magic Link

- [API Reference](https://devcenter.unico.io/trust-en/integrations/integration-magic-link/api-reference.md): In this section, you will find the REST APIs available for the Magic Link Integration
- [KYC](https://devcenter.unico.io/trust-en/integrations/integration-magic-link/api-reference/kyc.md)
- [Get the request information](https://devcenter.unico.io/trust-en/integrations/integration-magic-link/api-reference/get-the-request-information.md): In this section, you will find how to obtain the result of a process in Magic Link through the REST API
- [Response Enum](https://devcenter.unico.io/trust-en/integrations/integration-magic-link/api-reference/response-enum.md): This document outlines the structure and meaning of the JSON response from the Identity Verification API
- [Response PROCESS\_RESULTS\_NOT\_LIVE](https://devcenter.unico.io/trust-en/integrations/integration-magic-link/api-reference/response-process_results_not_live.md): This tab displays the response structure returned when the process result is PROCESS\_RESULTS\_NOT\_LIVE.
- [Webhook V2](https://devcenter.unico.io/trust-en/integrations/integration-magic-link/webhook-v2.md): Webhook v2 is a key update to our notification system, designed to provide greater security and granularity for events in the Magic Link flow.
- [Additional Resouces](https://devcenter.unico.io/trust-en/integrations/integration-magic-link/additional-resouces.md): In this section you will find additional resources about by Unico Integration
- [Postman Collection](https://devcenter.unico.io/trust-en/integrations/integration-magic-link/additional-resouces/postman-collection.md): In this section, you will find the Postman Collection for the rest APIs of the Magic Link Integration
- [PoCs Available](https://devcenter.unico.io/trust-en/integrations/integration-magic-link/additional-resouces/pocs-available.md): In this section, you will find a list of all the PoCs from Unico available to support your implementation


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://devcenter.unico.io/trust-en/integrations/integration-magic-link.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
