Mencantumkan binding PolarClaw.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
ID aplikasi. |
pa-************** |
| AgentList |
array |
No |
Daftar ID Agen untuk memfilter binding. |
work,research |
|
string |
No |
The agent ID. |
work |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The ID of the request. |
7F2007D3-7E74-4ECB-89A8-BF130D****** |
| Message |
string |
The response message. |
successful |
| Code |
integer |
The status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-************** |
| Bindings |
array<object> |
The list of bindings. |
|
|
object |
A binding. |
||
| AgentId |
string |
The agent ID. |
work |
| Channel |
string |
The channel ID. |
feishu |
| ChannelAccountId |
string |
The account ID. |
default |
Contoh
Respons sukses
JSONformat
{
"RequestId": "7F2007D3-7E74-4ECB-89A8-BF130D******",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"Bindings": [
{
"AgentId": "work",
"Channel": "feishu",
"ChannelAccountId": "default"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.