All Products
Search
Document Center

Identity as a Service:GetClientPublicKey

Last Updated:Jan 19, 2026

Retrieves the ClientPublicKey for a specified application.

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 parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

The instance ID.

idaas_ue2jvisn35ea5lmthk267xxxxx

ApplicationId

string

Yes

The application ID.

app_mkv7rgt4d7i4u7zqtzev2mxxxx

ClientPublicKeyId

string

Yes

The ID of the application's ClientPublicKey.

KEYEqDnDJhztiEAwSin7MZoxGcihzCAuxxxx

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

0441BD79-92F3-53AA-8657-F8CE4A2B912A

ClientPublicKey

object

Information about the application's ClientPublicKey.

InstanceId

string

The instance ID.

idaas_ue2jvisn35ea5lmthk267xxxxx

ApplicationId

string

The application ID.

app_mkv7rgt4d7i4u7zqtzev2mxxxx

ClientPublicKeyId

string

The ID of the application's ClientPublicKey.

KEYEqDnDJhztiEAwSin7MZoxGcihzCAuxxxx

PublicKey

string

The public key.

-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmnWMdp9FU3vXljeIqpgR 05E6jEgzIfKsFaLkv+07e2Lg8luTaJh8Q2nkbxdNpTfqBnMMyTgml88WktP45F78 La7hQtR3vz0Eu1yA92gXwD5Oob7ay4JYQZ0C80o2tB3FsbXG2jUvr31MNkf/0oBY qUKK5Hnlk1TdrnZ5VkzgLGHKlj+NJHHF/57DbT64C2qpAWeKHAr9umJ8++0hKqG/ oRSOpb7oWK4t5c39ulp1j5JJ6cwqrKVCXvsHfWHywOHkcyus+ZNPTQvpwjRnEmRz Vy3NWrjT7JlIa8vS1aUU+FxeFd2MLQzxFxquFLwi05su2faRexaeYwWW6IWAI3tX twxxxxxx -----END PUBLIC KEY-----

AlgorithmType

string

The algorithm type.

Valid values:

  • RSA-2048 :

    RSA-2048

RSA-2048

Status

string

The status.

Valid values:

  • disabled :

    Disabled

  • enabled :

    Enabled

enabled

CreateTime

integer

The time when the public key was created.

1731305755000

Primary

boolean

Indicates whether this is the primary key.

Valid values:

  • true :

    Yes

  • false :

    No

true

LastUsedTime

integer

The time when the key was last used.

1771305755000

Examples

Success response

JSON format

{
  "RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
  "ClientPublicKey": {
    "InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
    "ApplicationId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
    "ClientPublicKeyId": "KEYEqDnDJhztiEAwSin7MZoxGcihzCAuxxxx",
    "PublicKey": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmnWMdp9FU3vXljeIqpgR\n05E6jEgzIfKsFaLkv+07e2Lg8luTaJh8Q2nkbxdNpTfqBnMMyTgml88WktP45F78\nLa7hQtR3vz0Eu1yA92gXwD5Oob7ay4JYQZ0C80o2tB3FsbXG2jUvr31MNkf/0oBY\nqUKK5Hnlk1TdrnZ5VkzgLGHKlj+NJHHF/57DbT64C2qpAWeKHAr9umJ8++0hKqG/\noRSOpb7oWK4t5c39ulp1j5JJ6cwqrKVCXvsHfWHywOHkcyus+ZNPTQvpwjRnEmRz\nVy3NWrjT7JlIa8vS1aUU+FxeFd2MLQzxFxquFLwi05su2faRexaeYwWW6IWAI3tX\ntwxxxxxx\n-----END PUBLIC KEY-----",
    "AlgorithmType": "RSA-2048",
    "Status": "enabled",
    "CreateTime": 1731305755000,
    "Primary": true,
    "LastUsedTime": 1771305755000
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.