POST https://api.phenix-partner.fr/Auth/authenticate { "username":"xxxxxxx", "password":"yyyyyyy" } ///Si OK : { "access_token": "XXXXXXXXXXXXXXXXXX", "working_token": "test", "expires_in": 14400, "token_type": "Bearer" } Si KO : { "message": "invalid_grant", "errorDescription": "Login ou mot de passe invalide" }