API Overview
Message Callbacks
Status Codes
Overview
Queries the connection signing keys configured for the current app.
API Reference
- Method
GET - Path
/apigateway/apps/connectsignkeys/query
Request
Authentication: This API validates request headers. See Authentication.
Request Example
GET /apigateway/apps/connectsignkeys/query HTTP/1.1
appkey: appkey
signature: 2e639ae3600a4sdff61fb88b76f485b
nonce: nonce
timestamp: 1672568121910
Response Example
{
"code": 0,
"data": {
"sign_keys": [
"sign_key_2",
"sign_key_1"
]
}
}
Response Parameters
| Parameter | Data Type | Required | Description | |
|---|---|---|---|---|
| sign_keys | array\<string> | Yes | Connection signing keys configured for the current app. |