Consulter un essai d'authentification
get
https://api.reach.talkylabs.com/rest/authentix/v1/authenticationTrials/{trialId}
Cette opération permet de consulter l'objet AuthenticationTrialItem associé à un essai d'authentification.
Paramètres
trialIdstringrequiredpath
L'identifiant de l'essai d'authentification à consulter.
Exemple 1: Consulter un essai d'authentification
curl -X GET https://api.reach.talkylabs.com/rest/authentix/v1/authenticationTrials/TRDXXXXXXXXXX -H "ApiUser: $REACH_TALKYLABS_API_USER" -H "ApiKey: $REACH_TALKYLABS_API_KEY"
Output example
{
"appletId": "AIDXXXXXXXXXXXX",
"apiVersion": "1.0.0",
"configurationId": "CIDXXXXXXXXXXXX",
"authenticationId": "VIDXXXXXXXXXXXX",
"trialId": "TRDXXXXXXXXXX",
"trialStatus": "successful",
"channel": "sms",
"paymentInfo": {
"payee": "ACME",
"amount": 1000,
"currency": "xaf"
},
"dateCreated": "2016-08-29T09:12:33.001Z",
"dateUpdated": "2016-08-29T09:12:35.001Z",
"price": 25.0,
"priceUnit": "xaf",
"channelInfo": {}
}