WebNIC RESTFUL v2
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Certificate
  • 📝 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. Certificate

Get Order Info

OTE Environment
https://oteapi.webnic.cc
OTE Environment
https://oteapi.webnic.cc
GET
/ssl/v2/orders/info
Last modified:2025-01-16 02:43:29
This endpoint is a GET request to retrieve information about a specific SSL order.
Search identified by either orderId or commonName, or matching both.

Request

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

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://oteapi.webnic.cc/ssl/v2/orders/info?orderId=1153063900' \
--header 'Authorization: Bearer <token>'
Response Response Example
Success
{
    "code": "1000",
    "message": "Command completed successfully.",
    "data": {
        "id": 10000000,
        "orderId": "757512302",
        "commonName": "*.webnic.cc",
        "resid": 2222,
        "sanfield": [
            "webnic.cc"
        ],
        "term": "1",
        "orderStatus": "COMPLETED",
        "certStatus": "ACTIVE",
        "product": "RapidSSL",
        "renewal": false,
        "reissue": false,
        "cancel": false,
        "dtcreate": "2024-12-02T09:42:34Z",
        "dtmodify": "2024-12-02T09:42:34Z",
        "dtsettle": "2024-05-21T00:33:03Z",
        "dtorderexpire": "2025-05-21T04:00:00Z",
        "dtcertexpire": "2025-05-20T04:00:00Z",
        "admid": "SSL10618T",
        "tecid": "SSL10619T"
    }
}
Modified at 2025-01-16 02:43:29
Previous
Decode CSR
Next
Order Statistics
Built with