All Products
Search
Document Center

Certificate Management Service:GetCompany

Last Updated:Jul 17, 2026

Retrieves the details of a company.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

CompanyId

integer

Yes

The company ID.

51001

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

0068247C-A454-5FC9-93BF-C41CBB5CD19E

CompanyId

integer

The company ID.

51001

CompanyName

string

The name of the company or organization.

testYanwen045

CompanyType

integer

The company type.

0

CompanyCode

string

The company code.

xxx

CompanyPhone

string

The phone number of the company.

1511

CompanyAddress

string

The address of the company.

test

CompanyEmail

string

The email address of the company.

test@163.com

Province

string

The province.

Beijing

City

string

The city.

Beijing

PostCode

string

The postal code.

100000

CountryCode

string

The country code.

CN

Department

string

The department.

test

Lang

string

The language.

zh

Examples

Success response

JSON format

{
  "RequestId": "0068247C-A454-5FC9-93BF-C41CBB5CD19E",
  "CompanyId": 51001,
  "CompanyName": "testYanwen045",
  "CompanyType": 0,
  "CompanyCode": "xxx",
  "CompanyPhone": "1511",
  "CompanyAddress": "test",
  "CompanyEmail": "test@163.com",
  "Province": "Beijing",
  "City": "Beijing",
  "PostCode": "100000",
  "CountryCode": "CN",
  "Department": "test",
  "Lang": "zh"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.