WebNIC RESTFUL v2
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Domain Action Log
  • 📝 Update History
  • IDN Language Code
  • Contact
    • Create Contact
      POST
    • Query Contact Info
      GET
    • Modify Contact
      POST
    • Delete Contact
      DELETE
    • Create Contact at Registry
      POST
    • Modify Contact at Local System only
      POST
    • Modify Contact at Registry
      POST
  • Registrant
    • Create Registrant Account
      POST
    • Get Registrant Account List
      GET
    • Send Login Info
      POST
    • Update Registrant User by Domain List
      PUT
    • Modify Registrant Account
      PUT
  • Domain Product
    • Get Extension Price
      POST
    • Get Extensions Promo Pricing
      POST
    • Smart Query by TLDs
      GET
    • Get Domain Extensions
      GET
    • Get Extensions Rule (RG)
      GET
    • Get Extensions Rule (TF)
      GET
    • Get Extensions Rule (GRACE)
      GET
    • Get Extensions Rule (DOC)
      GET
    • Suspend Domain
      POST
    • Get Domain Suspend Status
      GET
  • Domain
    • Check Domain Pattern
      GET
    • Query Domain
      GET
    • Count Total Domains
      GET
    • Get Domain Info
      GET
    • Get Universal WHOIS Information
      GET
    • Update Domain Status
      PUT
    • Get WebNIC Default Nameservers
      GET
    • Update Domain Nameserver
      PUT
    • Toggle Whois Privacy
      PUT
    • Toggle Proxy Subscription
      PUT
    • Register Domain
      POST
    • Renew Domain
      POST
    • Restore Domain
      POST
    • Delete Domain
      DELETE
    • Resend Domain Verification Email
      POST
    • Download Certificate
      GET
    • Reset Authorization Information
      POST
    • Send Authorization Information
      POST
    • Upload Verification Document
      POST
    • Get Domain Statistics
      GET
    • Get Top Domain Available List
      GET
  • Domain Host
    • Check Host
    • Get Host Info
    • Modify Host
    • Get Host List (Pagination)
    • Create Host By Extension
    • Delete Host By Extension
    • Get Host Registered Registries
    • Get Host linked Domain List
  • Domain DNSSEC
    • Check DNSSEC Supported
    • Get DNSSEC Info
    • Update DNSSEC
    • Delete DNSSEC
  • Domain Transfer
    • Query Transfer Type
    • Submit Reseller Transfer
    • Submit Registrar Transfer In
    • Get Registrar Transfer In Status by Domain Name
    • Get Registrar Transfer In Status by Id
    • Get Registrar Transfer Away Status by Domain Name
    • Get Registrar Transfer Away Status by Id
    • Update Registrar Transfer Away Status
    • Get Reseller Transfer Status by Domain Name
    • Get Reseller Transfer Status by Id
    • Update Reseller Transfer Away Status
  • Pending Order
    • Get Pending Order Info
  • Domain Action Log
    • Get Domain Action Log Info
      GET
  • Registry Program
    • Bundle HK Domain
    • Check Free TW Domain Eligibility
  • Domain Broker
    • Initiate Domain Broker
  • Secondhand Domain
    • Insert Secondhand Domain
  • Bulk Request
    • Bulk Domain Registration
    • Bulk Domain Renewal
    • Bulk Replace Contact
    • Get Bulk Report Overview
    • Get Bulk Report Details
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Domain Action Log

Get Domain Action Log Info

OTE Environment
https://oteapi.webnic.cc
OTE Environment
https://oteapi.webnic.cc
GET
/domain/v2/log/info
Last modified:2025-12-10 12:50:53
Get domain action log info.
Response Data
FieldTypeDescription
traceIdStringReference trace ID for the domain action log
actionStringAction performed in the domain action log
Possible return values: "DOM_RERTRF_IN_DONE", "DOM_RERTRF_REQ", "DOM_RERTRF_REQ_RESTRF", "DOM_RERTRF_APV", "DOM_RERTRF_AWY_RJT", "DOM_RERTRF_AWY_APV", "DOM_RERTRF_AWY_DONE", "DOM_RERTRF_IN_CCL_RJT", "DOM_RERTRF_IN_DONE", "DOM_RERTRF_IN_DONE_INTEGRATED", "DOM_RERTRF_OUT_ADD", "DOM_RERTRF_OUT_UPDATE", "DOM_RERTRF_OUT_DELETE", "DOM_RESTRF_REQ", "DOM_RESTRF_APV", "DOM_RESTRF_TF", "DOM_RESTRF_RTF", "DOM_RESTRF_REFUND", "DOM_RESTRF_RW", "DOM_RESTRF_COMPLETE", "DOMADD", "DOMRNW", "DOM_RESTORE", "MODAUTH", "SENDAUTH", "DEL_DOM_SYS", "MOD_DNS", "MOD_DNS_SYS", "MOD_DOM_SYS", "BUNDLEDOM"
domainStringDomain associated with the action
extStringExtension of domain
responseObjectResponse details
dtcreateZonedDateTimeDate and time when the domain log was created
beforeContentObjectContent before the action
afterContentObjectContent after the action

Request

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

Responses

🟢200OK
application/json
Body

🟠400Domain Action Log Not Found
🟠400Domain Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://oteapi.webnic.cc/domain/v2/log/info?traceId=317a97f7a1441eb0' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - OK
{
    "code": "1000",
    "message": "Command completed successfully.",
    "data": {
        "traceId": "317a97f7a1441eb0",
        "action": "DOMADD",
        "domain": "JIMTESTRESTREG20",
        "ext": "COM",
        "response": {},
        "dtcreate": "2023-03-16T17:41:06+08:00",
        "beforeContent": {},
        "afterContent": {}
    }
}
Modified at 2025-12-10 12:50:53
Previous
Get Pending Order Info
Next
Bundle HK Domain
Built with