Skip to content

Fetch an Authentication Trial

get
https://api.reach.talkylabs.com/rest/authentix/v1/authenticationTrials/{trialId}

This operation allows to fetch the AuthenticationTrialItem object associated with an authentication trial.

Parameters

  • trialIdstringrequiredpath

    The identifier of the authentication trial to be fetched.

Example 1: Fetch a Authentication Trial

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": {}
}