WebNIC RESTFUL v2
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Organization
  • 📝 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
      POST
    • Search Organization
      POST
    • Get Organization Info
      GET
    • Update Organization Contact
      PUT
    • Submit Validation
      POST
    • Get Validation Status
      GET
  • 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. Organization

Get Organization Info

OTE Environment
https://oteapi.webnic.cc
OTE Environment
https://oteapi.webnic.cc
GET
/ssl/v2/organization/{organizationId}/info
Last modified:2025-01-13 12:41:57
The endpoint retrieves information about a specific organization using the organization ID.
The "data" object contains information related to the organization, including its ID, residency, Digicert organization ID, details such as company name, contact person's name, address, phone number, and email, along with other related attributes. The "code" and "message" fields are empty strings, possibly used for status or error messages.

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

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://oteapi.webnic.cc/ssl/v2/organization//info' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "code": "1000",
    "message": "Command completed successfully.",
    "data": {
        "organizationId": 5,
        "resid": 2740,
        "digicertOrganizationId": "2075297",
        "details": {
            "company": "Nelson Test",
            "firstName": "Test",
            "lastName": "Jim",
            "address1": "L4-E-2, HIVE 5, Mranti",
            "address2": "Test",
            "city": "Bukit Jalil",
            "state": "Selangor",
            "countryCode": "my",
            "zip": "57100",
            "phoneNumber": "+020.6506503",
            "faxNumber": null,
            "email": "tan@webnic.sbs",
            "jobTitle": null
        },
        "tecid": "SSL10619T",
        "dtcreate": "2025-01-02T04:10:05Z",
        "dtmodify": "2025-01-02T04:10:05Z"
    }
}
Modified at 2025-01-13 12:41:57
Previous
Search Organization
Next
Update Organization Contact
Built with