LoginPolarClawChannel
Logs into a PolarClaw channel.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-************** |
| ChannelId |
string |
Yes |
The ID of the PolarClaw channel to log into. |
openclaw-weixin |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
CD3FA5F3-FAF3-44CA-AFFF-BAF869****** |
| Message |
string |
The response message. |
successful |
| Code |
integer |
The response status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-************** |
| TaskId |
string |
The ID of the asynchronous task. |
dc6762fb-20ad-4796-84fe-5c5d0dc413ce |
| State |
string |
The state of the asynchronous task. |
running |
| Operation |
string |
The name of the operation. |
LoginPolarClawChannel |
Examples
Success response
JSON format
{
"RequestId": "CD3FA5F3-FAF3-44CA-AFFF-BAF869******",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"TaskId": "dc6762fb-20ad-4796-84fe-5c5d0dc413ce",
"State": "running",
"Operation": "LoginPolarClawChannel"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.