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.
curl --location --request GET 'https://oteapi.webnic.cc/ssl/v2/organization//info' \
--header 'Authorization: Bearer <token>'{
"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"
}
}