Passer au contenu principal
POST
/
compte
/
user
/
login
POST LoginView
curl --request POST \
  --url https://dev.api.formapulse.formafoot.fr/compte/user/login \
  --header 'Content-Type: multipart/form-data' \
  --form 'email=<string>' \
  --form 'password=<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 /user/login

email
string
requis

Adresse email valide

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

Réponse

Reponse de succes

The response is of type object.