WebNIC RESTFUL v2
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Domain Validations
  • 📝 Update History
  • 💡 Testing Flow
  • CSR
    • Generate CSR
      POST
    • Decode CSR
      POST
  • Certificate
    • Get Order Info
      GET
    • Order Statistics
      GET
    • Order Graph Statistics
      GET
    • Order Pagination Search
      POST
    • Download Cert
      POST
    • Place Order
      POST
    • Cancel Order
      POST
    • Renew Order
      POST
    • Reissue Order
      POST
  • Domain Validations
    • Check DCV Status
      GET
    • Change Auth Type
      PUT
    • Get Auth Info
      GET
    • Approver List
      GET
    • Update Email Approver
      PUT
    • Send Email Approver
      POST
  • Product
    • Linkage of Product informations
    • GET Product List (new)
      GET
    • Get Product List
      GET
    • Get SSL Rules
      GET
    • Get Product Info
      GET
    • Get Product Price
      GET
  • Organization
    • Create Organization
    • Search Organization
    • Get Organization Info
    • Update Organization Contact
    • Submit Validation
    • Get Validation Status
  • Contact
    • Get Contact Info
    • Create Contact
    • Delete Contact
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Domain Validations

Change Auth Type

OTE Environment
https://oteapi.webnic.cc
OTE Environment
https://oteapi.webnic.cc
PUT
/ssl/v2/orders/{orderId}/auth
Last modified:2025-03-10 08:53:39
This endpoint allows you to change the authentication method for a specific SSL order.
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.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
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
}'
Response Response Example
200 - Success
{
    "code": "1000",
    "message": "Command completed successfully.",
    "data": {
        "commonName": {
            "name": "webnic.sbs",
            "authType": "dns",
            "value": "3D92C98F742FCC543972198FBA2D1C30.81DB2D3DD0157089AD06A73359B7F31E.sectigo.com",
            "recordType": "TXT",
            "host": "_536ED5B35F7FA69CDE0B37AEB34E7AE4.webnic.sbs"
        }
    }
}
Modified at 2025-03-10 08:53:39
Previous
Check DCV Status
Next
Get Auth Info
Built with