Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| en:guide_du_developpeur_capture [2025/08/13 16:12] – [2. Create a user folder] admin | en:guide_du_developpeur_capture [2025/11/04 11:18] (Version actuelle) – [5.1 Retrieving the Report via API] admin | ||
|---|---|---|---|
| Ligne 25: | Ligne 25: | ||
| - **Retrieve report**: Retrieve the user's folder report using the folder ID, with status and technical/ | - **Retrieve report**: Retrieve the user's folder report using the folder ID, with status and technical/ | ||
| - **Retrieve documents**: | - **Retrieve documents**: | ||
| + | - **Retrieving the idClaim (optional)**: | ||
| === 🔧 Additional options and tools === | === 🔧 Additional options and tools === | ||
| * **Run ID360 in a WebView (optional)**: | * **Run ID360 in a WebView (optional)**: | ||
| - | * **Health monitoring** | + | * **Interrupt a user folder** : To invalidate an identification URL and force the closure of a file in the case of an identification process that has not been started or is incomplete. |
| ---- | ---- | ||
| Ligne 403: | Ligne 404: | ||
| **HTTP Status**: '' | **HTTP Status**: '' | ||
| + | |||
| **Response format**: JSON | **Response format**: JSON | ||
| Ligne 561: | Ligne 563: | ||
| | **Car Registration** | ''" | | **Car Registration** | ''" | ||
| | **Liveness** | ''" | | **Liveness** | ''" | ||
| + | |||
| + | ====== 7. Retrieving the idClaim ====== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 🔧 CURL Request – Production === | ||
| + | <code javascript> | ||
| + | curl -X GET \ | ||
| + | " | ||
| + | -H " | ||
| + | -H " | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 🔧 CURL Request – Preproduction === | ||
| + | <code javascript> | ||
| + | curl -X GET \ | ||
| + | " | ||
| + | -H " | ||
| + | -H " | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 🛠 Technical information === | ||
| + | |||
| + | * **'' | ||
| + | * **Parameters** : none expected in this request. | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === ✅ Expected result === | ||
| + | |||
| + | **HTTP Status** : '' | ||
| + | |||
| + | **Response format** : ASIC-E | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 💬 Notes === | ||
| + | |||
| + | * The connection token is **valid for 15 minutes**, renewed with each call made using this token. | ||
| + | * If the token is expired or missing, you will receive a **401 Unauthorized** error. | ||
| + | * As long as your token remains valid, **you must not reuse the '' | ||
| + | * The token must be used in the header of subsequent calls as follows: | ||
| + | |||
| + | < | ||
| + | Authorization: | ||
| + | </ | ||
| ====== Conditions for running ID360 in a WebView ====== | ====== Conditions for running ID360 in a WebView ====== | ||
| Ligne 571: | Ligne 625: | ||
| * On Android, initialize the WebView with the **activity context** (and not the application' | * On Android, initialize the WebView with the **activity context** (and not the application' | ||
| - | ====== | + | ====== |
| - | You can use the health API to retrieve a JSON containing the status of services used by ID360. | + | [[https:// |
| - | curl " | + | ---- |
| - | **Example result:** | + | === 🔧 CURL Request – Production === |
| - | + | < | |
| - | < | + | curl -X GET \ |
| - | " | + | "https:// |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | }, | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | }, | + | |
| - | " | + | |
| - | "0": " | + | |
| - | " | + | |
| - | } | + | |
| - | }, | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | }, | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | | + | |
| - | | + | |
| - | " | + | |
| - | " | + | |
| - | }, …. | + | |
| - | }, …. | + | |
| </ | </ | ||
| - | **Time**: corresponds to the timestamp of the last update | + | ---- |
| - | **Two instances | + | === 🔧 CURL Request – Preproduction === |
| + | <code javascript> | ||
| + | curl -X GET \ | ||
| + | | ||
| + | -H "Authorization: | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 🛠 Technical Information === | ||
| + | |||
| + | * **'' | ||
| + | * **Parameters**: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === ✅ Expected Result === | ||
| + | |||
| + | **HTTP Status**: '' | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 💬 Notes === | ||
| + | The enrollment status will be changed to **DISCONTINUED**. | ||