Passer au contenu principal
POST
/
compte
/
mfa
/
confirm
POST ActicerCompteAvecOTPView
curl --request POST \
  --url https://dev.api.formapulse.formafoot.fr/compte/mfa/confirm \
  --header 'Content-Type: multipart/form-data' \
  --form 'email=<string>' \
  --form 'code=<string>'
{}

Documentation Index

Fetch the complete documentation index at: https://formapulse.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Corps

multipart/form-data

POST /mfa/confirm

email
string
requis

Adresse email valide

Pattern: ^[a-zA-Z0-9._%+\-]+@[a-zA-Z0-9.\-]+\.[a-zA-Z]{2,}$
code
string
requis

Code OTP a 6 chiffres

Pattern: ^[0-9]{6}$

Réponse

Reponse de succes

The response is of type object.