When auth type is Email:
-> default as first email ID in CA Approver List.
Special Note for OTE: Email delivery had been disabled in OTE environment.
curl --location --request PUT 'https://oteapi.webnic.cc/ssl/v2/orders/2371352394/auth' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"authType": "email" //email, file, dns
,
"sendAuthGuideEmail": true
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"commonName": {
"name": "webnic.sbs",
"authType": "dns",
"value": "3D92C98F742FCC543972198FBA2D1C30.81DB2D3DD0157089AD06A73359B7F31E.sectigo.com",
"recordType": "TXT",
"host": "_536ED5B35F7FA69CDE0B37AEB34E7AE4.webnic.sbs"
}
}
}