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

Order Graph Statistics

OTE Environment
https://oteapi.webnic.cc
OTE Environment
https://oteapi.webnic.cc
GET
/ssl/v2/orders/graph-statistics
Last modified:2024-12-04 02:19:19
This endpoint retrieves the 5 months statistic for SSL orders.

Request

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

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://oteapi.webnic.cc/ssl/v2/orders/graph-statistics' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "code": "1000",
    "message": "Command completed successfully.",
    "data": {
        "2024-08": {
            "created": 42,
            "renewed": 5,
            "cancelled": 10,
            "expired": 0
        },
        "2024-09": {
            "created": 27,
            "renewed": 0,
            "cancelled": 1,
            "expired": 0
        },
        "2024-10": {
            "created": 106,
            "renewed": 17,
            "cancelled": 11,
            "expired": 4
        },
        "2024-11": {
            "created": 31,
            "renewed": 0,
            "cancelled": 2,
            "expired": 0
        }
    }
}
Modified at 2024-12-04 02:19:19
Previous
Order Statistics
Next
Order Pagination Search
Built with