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

Create Organization

OTE Environment
https://oteapi.webnic.cc
OTE Environment
https://oteapi.webnic.cc
POST
/ssl/v2/organization/create
Last modified:2025-05-08 08:11:39
This endpoint allows the creation of a new organization.
Do take note it won't proceed with Validation Process, until an OV/EV order been placed, or initiated Organization Validatation through Submit Validation prior to order place.
Featured by Digicert OV/EV product only.
Important
Organization Contact will be used for OV & EV validity check target.
Data correctness must be ensured.
Same Organization Name with Different Contact
Adding . or , at the end of address, will create a new Organization ID.

Request

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

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://oteapi.webnic.cc/ssl/v2/organization/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "organization": {
        "company": "Jim Test - 20250421",
        "firstName": "Test 2",
        "lastName": "Jim",
        "address1": "L4-E-2, HIVE 5, Mranti - test3",
        "address2": "Test",
        "city": "Bukit Jalil",
        "state": "Selangor",
        "countryCode": "my",
        "zip": "57100",
        "phoneNumber": "+020.6506501",
        "email": "wj.jimsac@webnic.cc",
        "jobTitle": "Engineer"
    }
}'
Response Response Example
{
    "code": "1000",
    "message": "Command completed successfully.",
    "data": {
        "organizationId": 8,
        "resid": 2740,
        "digicertOrganizationId": "2077393",
        "details": {
            "company": "Jim 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": "wj.jimsac@webnic.cc",
            "jobTitle": "Engineer"
        }
        "dtcreate": "2025-01-13T12:31:26.989791Z",
        "dtmodify": "2025-01-13T12:31:26.989793Z"
    }
}
Modified at 2025-05-08 08:11:39
Previous
Get Product Price
Next
Search Organization
Built with