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_service [2025/08/08 12:09] – [7. Selfie Upload (optional)] admin | en:guide_du_developpeur_service [2025/11/04 11:19] (Version actuelle) – [9.1 Retrieving the Report via API] admin | ||
|---|---|---|---|
| Ligne 29: | Ligne 29: | ||
| - **Finalizing the enrollment**: | - **Finalizing the enrollment**: | ||
| - **Retrieving the report**: You can retrieve the user enrollment report using the enrollment ID obtained in step two. The report includes the status of the enrollment, technical information, | - **Retrieving the report**: You can retrieve the user enrollment report using the enrollment ID obtained in step two. The report includes the status of the enrollment, technical information, | ||
| + | - **Retrieving the idClaim (optional)**: | ||
| ---- | ---- | ||
| Ligne 504: | Ligne 505: | ||
| * **`total_pages`**: | * **`total_pages`**: | ||
| * **`uploaded_page`**: | * **`uploaded_page`**: | ||
| - | * Allowed formats: jpg, jpeg, png, pdf, heic | + | |
| - | * Maximum size per document: 9.5 MB | + | |
| ---- | ---- | ||
| Ligne 556: | Ligne 557: | ||
| * **`total_pages`**: | * **`total_pages`**: | ||
| * **`uploaded_page=0`**: | * **`uploaded_page=0`**: | ||
| - | * Allowed formats: jpg, jpeg, png, pdf, heic | + | |
| - | * Maximum size per document: 9.5 MB | + | |
| ---- | ---- | ||
| Ligne 655: | Ligne 656: | ||
| **HTTP Status**: '' | **HTTP Status**: '' | ||
| + | |||
| **Response format**: JSON | **Response format**: JSON | ||
| Ligne 735: | Ligne 737: | ||
| See the dedicated method: | See the dedicated method: | ||
| [[https:// | [[https:// | ||
| + | |||
| + | ====== 10. 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: | ||
| + | </ | ||