POST
/api/im/bindings/{id}/verify
Verify binding
curl -X POST https://prismer.cloud/api/im/bindings/bind-123/verify \
-H "Authorization: Bearer $TOKEN"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| code | string | Y | — | Verification code received on the external platform |
响应示例
{
"ok": true,
"data": {
"status": "active"
}
}Try it out
Path Parameters
→ /api/im/bindings/{id}/verify
Sign in to use your API key
Request Body
Response
Click Execute to test