Skip to main content
POST
Obtenir un jeton marchand
Le jeton renvoyé se passe tel quel dans l’en-tête authenticationtoken, sans préfixe Bearer. Voir Authentification.

Body

application/json
numero
string
required

Numéro de téléphone du compte marchand.

Example:

"0700000000"

password
string<password>
required
Example:

"••••••••"

Response

Jeton généré.

access_token
string

JWT à utiliser dans l'en-tête authenticationtoken.

Example:

"<jwt>"

refresh_token
string
user
object