WebNIC RESTFUL v2
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Contact
  • 📝 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
      GET
    • Create Contact
      POST
    • Delete Contact
      DELETE
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Contact

Get Contact Info

OTE Environment
https://oteapi.webnic.cc
OTE Environment
https://oteapi.webnic.cc
GET
/ssl/v2/contact/info/{contactID}
Last modified:2025-01-16 02:17:08
This endpoint retrieves the contact information.

Request

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

Responses

🟢200Success
application/json
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://oteapi.webnic.cc/ssl/v2/contact/info/SSL10655T' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Success
{
    "code": "1000",
    "message": "Command completed successfully.",
    "data": {
        "id": 2,
        "contactId": "SSL10619T",
        "resid": 2740,
        "details": {
            "company": "Company Test",
            "firstName": "Jimes",
            "lastName": "Test me",
            "address1": "Address 1",
            "address2": null,
            "city": "City",
            "state": "KL",
            "countryCode": "JP",
            "zip": "627263",
            "phoneNumber": "+60.389966788",
            "faxNumber": null,
            "email": "wj@webnic.cc",
            "jobTitle": "Engineer"
        },
        "contactType": "technical",
        "dtcreate": "2024-11-13T11:11:42+08:00",
        "dtmodify": "2024-11-13T11:11:42+08:00"
    }
}
Modified at 2025-01-16 02:17:08
Previous
Get Validation Status
Next
Create Contact
Built with