Outils pour utilisateurs

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
en:guide_du_developpeur_capture [2025/10/20 15:27] adminen:guide_du_developpeur_capture [2025/11/04 11:18] (Version actuelle) – [5.1 Retrieving the Report via API] admin
Ligne 29: Ligne 29:
 === 🔧 Additional options and tools === === 🔧 Additional options and tools ===
   * **Run ID360 in a WebView (optional)**: outside processes offering La Poste Digital Identity   * **Run ID360 in a WebView (optional)**: outside processes offering La Poste Digital Identity
-  * **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 404: Ligne 404:
  
 **HTTP Status**: ''200 OK''   **HTTP Status**: ''200 OK''  
 +
 **Response format**: JSON **Response format**: JSON
  
Ligne 623: Ligne 624:
   * Enable JavaScript   * Enable JavaScript
   * On Android, initialize the WebView with the **activity context** (and not the application's global context) to ensure proper functioning of elements such as drop-down menus.   * On Android, initialize the WebView with the **activity context** (and not the application's global context) to ensure proper functioning of elements such as drop-down menus.
 +
 +====== Discontinue an Enrollment ======
 +
 +[[https://preprod.id360docaposte.com/static/swagger.html#/Enrollment%20Control/control_discontinue|View the method in Swagger]]
 +
 +----
 +
 +=== 🔧 CURL Request – Production ===
 +<code javascript>
 +curl -X GET \
 +  "https://id360docaposte.com/api/1.0.0/enrollment/{id}/control/discontinue" \
 +  -H "Authorization: Token 0123456789abcdef01234567"
 +</code>
 +
 +----
 +
 +=== 🔧 CURL Request – Preproduction ===
 +<code javascript>
 +curl -X GET \
 +  "https://preprod.id360docaposte.com/api/1.0.0/enrollment/{id}/control/discontinue" \
 +  -H "Authorization: Token 0123456789abcdef01234567"
 +</code>
 +
 +----
 +
 +=== 🛠 Technical Information ===
 +
 +  * **''{id}''**: user enrollment identifier, retrieved during its creation.
 +  * **Parameters**: no parameters are expected in this request.
 +
 +----
 +
 +=== ✅ Expected Result ===
 +
 +**HTTP Status**: ''204 No Content''
 +
 +----
 +
 +=== 💬 Notes ===
 +
 +The enrollment status will be changed to **DISCONTINUED**.
 +
  

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

Plus d’informations