Consulter une Configuration
get
https://api.reach.talkylabs.com/rest/authentix/v1/configurations/{configurationId}
Cette opération permet de consulter une configuration de la plateforme Reach.
Cette opération nécessite l'identifiant de la configuration à consulter.
Paramètres
configurationIdstringrequiredpath
L'identifiant de la configuration à consulter.
Exemple 1: Consulter une configuration
L'exemple ci-dessous montre comment consulter une configuration dont l'attribut configurationId
est CIDXXXXXXXXXXXX
en utilisant l'API Reach Authentix.
curl -X GET https://api.reach.talkylabs.com/rest/authentix/v1/configurations/CIDXXXXXXXXXXXX -H "ApiUser: $REACH_TALKYLABS_API_USER" -H "ApiKey: $REACH_TALKYLABS_API_KEY"
Output example
{
"appletId": "AIDXXXXXXXXXXXX",
"apiVersion": "1.0.0",
"configurationId": "CIDXXXXXXXXXXXX",
"serviceName": "myService",
"codeLength": 5,
"allowCustomCode": false,
"usedForDigitalPayment": false,
"defaultExpiryTime": 5,
"defaultMaxTrials": 5,
"defaultMaxControls": 3,
"smtpSettingId": "STPXXXXXXXXXXXXX",
"emailTemplateId": "TMEXXXXXXXXXXXXXXX",
"smsTemplateId": "TMSXXXXXXXXXXXXXXX",
"dateCreated": "2016-08-29T09:12:33.001Z",
"dateUpdated": "2016-08-29T09:12:35.001Z"
}